Class WorldStructurePieceConfig

java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<WorldStructurePieceConfig,net.minecraft.world.level.levelgen.structure.pieces.StructurePieceType,ModBase<?>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<WorldStructurePieceConfig,net.minecraft.world.level.levelgen.structure.pieces.StructurePieceType>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge<WorldStructurePieceConfig,net.minecraft.world.level.levelgen.structure.pieces.StructurePieceType>
org.cyclops.cyclopscore.config.extendedconfig.WorldStructurePieceConfig
All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<WorldStructurePieceConfig,net.minecraft.world.level.levelgen.structure.pieces.StructurePieceType,ModBase<?>>>

@Deprecated public abstract class WorldStructurePieceConfig extends ExtendedConfigForge<WorldStructurePieceConfig,net.minecraft.world.level.levelgen.structure.pieces.StructurePieceType>
Deprecated.
Config for world structures.
See Also:
  • ExtendedConfigCommon
  • Constructor Details

    • WorldStructurePieceConfig

      public WorldStructurePieceConfig(ModBase<?> mod, String namedId, Function<WorldStructurePieceConfig,net.minecraft.world.level.levelgen.structure.pieces.StructurePieceType> elementConstructor)
      Deprecated.
  • Method Details

    • getTranslationKey

      public String getTranslationKey()
      Deprecated.
      Specified by:
      getTranslationKey in class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<WorldStructurePieceConfig,net.minecraft.world.level.levelgen.structure.pieces.StructurePieceType,ModBase<?>>
    • getConfigurableType

      public ConfigurableType getConfigurableType()
      Deprecated.
      Specified by:
      getConfigurableType in class ExtendedConfig<WorldStructurePieceConfig,net.minecraft.world.level.levelgen.structure.pieces.StructurePieceType>
    • getRegistry

      public net.minecraft.core.Registry<? super net.minecraft.world.level.levelgen.structure.pieces.StructurePieceType> getRegistry()
      Deprecated.
      Specified by:
      getRegistry in class ExtendedConfigForge<WorldStructurePieceConfig,net.minecraft.world.level.levelgen.structure.pieces.StructurePieceType>
      Returns:
      The registry in which this should be registered.