Package paulevs.edenring.world.biomes
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 ClassesModifier and TypeClassDescriptionstatic interface -
Field Summary
Fields inherited from class org.betterx.wover.biome.api.BiomeKey
dataKey, key -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEdenBiomeKey(@NotNull net.minecraft.resources.ResourceLocation location, @Nullable EdenBiomeKey<PC, ?> parentOrNull) -
Method Summary
Modifier and TypeMethodDescriptionbootstrap(org.betterx.wover.biome.api.builder.BiomeBootstrapContext context) Deprecated.final EdenBiomeBuilderbootstrap(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
-
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:
bootstrapin classorg.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)
-