Class WorldFeatureConfig
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<WorldFeatureConfig,net.minecraft.world.level.levelgen.feature.Feature<?>,ModBase<?>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<WorldFeatureConfig,net.minecraft.world.level.levelgen.feature.Feature<?>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge<WorldFeatureConfig,net.minecraft.world.level.levelgen.feature.Feature<?>>
org.cyclops.cyclopscore.config.extendedconfig.WorldFeatureConfig
- All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<WorldFeatureConfig,
net.minecraft.world.level.levelgen.feature.Feature<?>, ModBase<?>>>
@Deprecated
public abstract class WorldFeatureConfig
extends ExtendedConfigForge<WorldFeatureConfig,net.minecraft.world.level.levelgen.feature.Feature<?>>
Deprecated.
Config for world features.
- See Also:
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
configProperties
-
Constructor Summary
ConstructorDescriptionWorldFeatureConfig
(ModBase<?> mod, String namedId, Function<WorldFeatureConfig, ? extends net.minecraft.world.level.levelgen.feature.Feature<?>> elementConstructor) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.net.minecraft.core.Registry
<? super net.minecraft.world.level.levelgen.feature.Feature<?>> Deprecated.Deprecated.Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge
getResourceKey
Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
getConfigPropertyPrefix, getConfigPropertyPrefix, getConfigPropertyPrefixPublic, getMod
Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
addInstanceTransformer, compareTo, downCast, getElementConstructor, getFullTranslationKey, getInstance, getNamedId, getSubUniqueName, initializeInstance, onConfigPropertyReload, onForgeRegistered, onRegistered, save, showDoubleInitError
-
Constructor Details
-
WorldFeatureConfig
public WorldFeatureConfig(ModBase<?> mod, String namedId, Function<WorldFeatureConfig, ? extends net.minecraft.world.level.levelgen.feature.Feature<?>> elementConstructor) Deprecated.
-
-
Method Details
-
getTranslationKey
Deprecated.- Specified by:
getTranslationKey
in classorg.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<WorldFeatureConfig,
net.minecraft.world.level.levelgen.feature.Feature<?>, ModBase<?>>
-
getConfigurableType
Deprecated.- Specified by:
getConfigurableType
in classExtendedConfig<WorldFeatureConfig,
net.minecraft.world.level.levelgen.feature.Feature<?>>
-
getRegistry
public net.minecraft.core.Registry<? super net.minecraft.world.level.levelgen.feature.Feature<?>> getRegistry()Deprecated.- Specified by:
getRegistry
in classExtendedConfigForge<WorldFeatureConfig,
net.minecraft.world.level.levelgen.feature.Feature<?>> - Returns:
- The registry in which this should be registered.
-