Class BeehiveDecorator
java.lang.Object
net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
net.minecraft.world.level.levelgen.feature.treedecorators.BeehiveDecorator
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
TreeDecorator.Context -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<BeehiveDecorator> private final floatProbability to generate a beehiveprivate static final Direction[]private static final Direction -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidplace(TreeDecorator.Context context) protected TreeDecoratorType<?> type()
-
Field Details
-
CODEC
-
WORLDGEN_FACING
-
SPAWN_DIRECTIONS
-
probability
private final float probabilityProbability to generate a beehive
-
-
Constructor Details
-
BeehiveDecorator
public BeehiveDecorator(float probability)
-
-
Method Details
-
type
- Specified by:
typein classTreeDecorator
-
place
- Specified by:
placein classTreeDecorator
-