Class BeehiveTreeDecorator
java.lang.Object
net.minecraft.world.gen.treedecorator.TreeDecorator
net.minecraft.world.gen.treedecorator.BeehiveTreeDecorator
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BeehiveTreeDecorator>
private final float
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
place
(ISeedReader p_225576_1_, Random p_225576_2_, List<BlockPos> p_225576_3_, List<BlockPos> p_225576_4_, Set<BlockPos> p_225576_5_, MutableBoundingBox p_225576_6_) protected TreeDecoratorType<?>
type()
Methods inherited from class net.minecraft.world.gen.treedecorator.TreeDecorator
placeVine, setBlock
-
Field Details
-
CODEC
-
probability
private final float probability
-
-
Constructor Details
-
BeehiveTreeDecorator
public BeehiveTreeDecorator(float p_i225866_1_)
-
-
Method Details
-
type
- Specified by:
type
in classTreeDecorator
-
place
public void place(ISeedReader p_225576_1_, Random p_225576_2_, List<BlockPos> p_225576_3_, List<BlockPos> p_225576_4_, Set<BlockPos> p_225576_5_, MutableBoundingBox p_225576_6_) - Specified by:
place
in classTreeDecorator
-