Class TrunkVineTreeDecorator
java.lang.Object
net.minecraft.world.gen.treedecorator.TreeDecorator
net.minecraft.world.gen.treedecorator.TrunkVineTreeDecorator
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TrunkVineTreeDecorator>
static final TrunkVineTreeDecorator
-
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
-
INSTANCE
-
-
Constructor Details
-
TrunkVineTreeDecorator
public TrunkVineTreeDecorator()
-
-
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
-