java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<C,I>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge<BiomeConfig,net.minecraft.world.level.biome.Biome>
org.cyclops.cyclopscore.config.extendedconfig.BiomeConfig
All Implemented Interfaces:
Comparable<ExtendedConfig<BiomeConfig,net.minecraft.world.level.biome.Biome>>

public abstract class BiomeConfig extends ExtendedConfigForge<BiomeConfig,net.minecraft.world.level.biome.Biome>
Config for biomes.
See Also:
  • Constructor Details

  • Method Details

    • getTranslationKey

      public String getTranslationKey()
      Description copied from class: ExtendedConfig
      Get the unlocalized name (must be unique!) for this configurable.
      Specified by:
      getTranslationKey in class ExtendedConfig<BiomeConfig,net.minecraft.world.level.biome.Biome>
      Returns:
      The unlocalized name.
    • getConfigurableType

      public ConfigurableType getConfigurableType()
      Description copied from class: ExtendedConfig
      Return the configurable type for which this config holds data
      Specified by:
      getConfigurableType in class ExtendedConfig<BiomeConfig,net.minecraft.world.level.biome.Biome>
      Returns:
      the type of the configurable to where the config belongs
    • getRegistry

      public net.minecraftforge.registries.IForgeRegistry<net.minecraft.world.level.biome.Biome> getRegistry()
      Specified by:
      getRegistry in class ExtendedConfigForge<BiomeConfig,net.minecraft.world.level.biome.Biome>
      Returns:
      The registry in which this should be registered.