Class EdenBiomeKey<C extends EdenRingBiome.Config,PC extends EdenRingBiome.Config>

java.lang.Object
org.betterx.wover.biome.api.BiomeKey<EdenBiomeBuilder>
paulevs.edenring.world.biomes.EdenBiomeKey<C,PC>

public class EdenBiomeKey<C extends EdenRingBiome.Config,PC extends EdenRingBiome.Config> extends org.betterx.wover.biome.api.BiomeKey<EdenBiomeBuilder>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
  • Field Summary

    Fields inherited from class org.betterx.wover.biome.api.BiomeKey

    dataKey, key
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    EdenBiomeKey(@NotNull net.minecraft.resources.ResourceLocation location, @Nullable EdenBiomeKey<PC,?> parentOrNull)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    bootstrap(org.betterx.wover.biome.api.builder.BiomeBootstrapContext context)
    Deprecated.
    bootstrap(org.betterx.wover.biome.api.builder.BiomeBootstrapContext context, EdenRingBiome.Config config, net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome>... typeTag)
     

    Methods inherited from class org.betterx.wover.biome.api.BiomeKey

    getHolder, getHolder, getHolder, getHolder

    Methods inherited from class java.lang.Object

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

    • EdenBiomeKey

      protected EdenBiomeKey(@NotNull @NotNull net.minecraft.resources.ResourceLocation location, @Nullable @Nullable EdenBiomeKey<PC,?> parentOrNull)
  • Method Details

    • bootstrap

      @Deprecated public EdenBiomeBuilder bootstrap(org.betterx.wover.biome.api.builder.BiomeBootstrapContext context)
      Deprecated.
      Specified by:
      bootstrap in class org.betterx.wover.biome.api.BiomeKey<EdenBiomeBuilder>
    • bootstrap

      @SafeVarargs public final EdenBiomeBuilder bootstrap(org.betterx.wover.biome.api.builder.BiomeBootstrapContext context, EdenRingBiome.Config config, net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome>... typeTag)