Class BiomeMeneglinConfig

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

public class BiomeMeneglinConfig extends org.cyclops.cyclopscore.config.extendedconfig.BiomeConfig
Config for the meneglin biome.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static net.minecraft.core.Holder<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>>
     
    static net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature>
     
    static net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature>
     
    static int
     
    static int
     

    Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig

    configProperties
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onConfigPropertyReload(org.cyclops.cyclopscore.config.ConfigurablePropertyData<?> configProperty, boolean reload)
     
    void
    onModSetup(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event)
     

    Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.BiomeConfig

    getConfigurableType, getRegistry, getTranslationKey

    Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge

    getResourceKey

    Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig

    compareTo, downCast, getConfigPropertyPrefix, getElementConstructor, getFullTranslationKey, getInstance, getMod, getNamedId, getSubUniqueName, initializeInstance, onForgeRegistered, onRegistered, save, showDoubleInitError

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • spawnWeight

      public static int spawnWeight
    • wildMenrilTreeChance

      public static int wildMenrilTreeChance
    • CONFIGURED_FEATURE_TREE

      public static net.minecraft.core.Holder<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>> CONFIGURED_FEATURE_TREE
    • PLACED_FEATURE_MENEGLIN

      public static net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature> PLACED_FEATURE_MENEGLIN
    • PLACED_FEATURE_GENERAL

      public static net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature> PLACED_FEATURE_GENERAL
  • Constructor Details

    • BiomeMeneglinConfig

      public BiomeMeneglinConfig()
  • Method Details

    • onConfigPropertyReload

      public void onConfigPropertyReload(org.cyclops.cyclopscore.config.ConfigurablePropertyData<?> configProperty, boolean reload)
      Overrides:
      onConfigPropertyReload in class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<org.cyclops.cyclopscore.config.extendedconfig.BiomeConfig,net.minecraft.world.level.biome.Biome>
    • onModSetup

      public void onModSetup(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event)