Class WorldStructureConfig<S extends net.minecraft.world.level.levelgen.structure.Structure>
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<WorldStructureConfig<S>,net.minecraft.world.level.levelgen.structure.StructureType<S>,ModBase<?>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<WorldStructureConfig<S>,net.minecraft.world.level.levelgen.structure.StructureType<S>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge<WorldStructureConfig<S>,net.minecraft.world.level.levelgen.structure.StructureType<S>>
org.cyclops.cyclopscore.config.extendedconfig.WorldStructureConfig<S>
- All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<WorldStructureConfig<S>,
net.minecraft.world.level.levelgen.structure.StructureType<S>, ModBase<?>>>
@Deprecated
public abstract class WorldStructureConfig<S extends net.minecraft.world.level.levelgen.structure.Structure>
extends ExtendedConfigForge<WorldStructureConfig<S>,net.minecraft.world.level.levelgen.structure.StructureType<S>>
Deprecated.
Config for world structures.
- See Also:
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
configProperties
-
Constructor Summary
ConstructorDescriptionWorldStructureConfig
(ModBase<?> mod, String namedId, Function<WorldStructureConfig<S>, com.mojang.serialization.MapCodec<S>> elementConstructor) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.net.minecraft.core.Registry
<? super net.minecraft.world.level.levelgen.structure.StructureType<S>> 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
-
Method Details
-
getTranslationKey
Deprecated.- Specified by:
getTranslationKey
in classorg.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<WorldStructureConfig<S extends net.minecraft.world.level.levelgen.structure.Structure>,
net.minecraft.world.level.levelgen.structure.StructureType<S extends net.minecraft.world.level.levelgen.structure.Structure>, ModBase<?>>
-
getConfigurableType
Deprecated.- Specified by:
getConfigurableType
in classExtendedConfig<WorldStructureConfig<S extends net.minecraft.world.level.levelgen.structure.Structure>,
net.minecraft.world.level.levelgen.structure.StructureType<S extends net.minecraft.world.level.levelgen.structure.Structure>>
-
getRegistry
public net.minecraft.core.Registry<? super net.minecraft.world.level.levelgen.structure.StructureType<S>> getRegistry()Deprecated.- Specified by:
getRegistry
in classExtendedConfigForge<WorldStructureConfig<S extends net.minecraft.world.level.levelgen.structure.Structure>,
net.minecraft.world.level.levelgen.structure.StructureType<S extends net.minecraft.world.level.levelgen.structure.Structure>> - Returns:
- The registry in which this should be registered.
-