Package vazkii.botania.common.world
Class BotaniaFeatures
java.lang.Object
vazkii.botania.common.world.BotaniaFeatures
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterFeatures(BiConsumer<net.minecraft.world.level.levelgen.feature.Feature<?>, net.minecraft.resources.ResourceLocation> r)
-
Field Details
-
MYSTICAL_FLOWERS_PLACED_FEATURE
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> MYSTICAL_FLOWERS_PLACED_FEATURE -
MYSTICAL_MUSHROOMS_PLACED_FEATURE
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> MYSTICAL_MUSHROOMS_PLACED_FEATURE
-
-
Constructor Details
-
BotaniaFeatures
public BotaniaFeatures()
-
-
Method Details
-
registerFeatures
public static void registerFeatures(BiConsumer<net.minecraft.world.level.levelgen.feature.Feature<?>, net.minecraft.resources.ResourceLocation> r)
-