Package net.minecraft.world.gen.tree
Class CocoaBeansTreeDecorator
java.lang.Object
net.minecraft.world.gen.tree.TreeDecorator
net.minecraft.world.gen.tree.CocoaBeansTreeDecorator
public class CocoaBeansTreeDecorator extends TreeDecorator
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<CocoaBeansTreeDecorator>CODECprivate floatprobabilityFields inherited from class net.minecraft.world.gen.tree.TreeDecorator
TYPE_CODEC -
Constructor Summary
Constructors Constructor Description CocoaBeansTreeDecorator(float probability) -
Method Summary
Methods inherited from class net.minecraft.world.gen.tree.TreeDecorator
placeVine, setBlockStateAndEncompassPosition
-
Field Details
-
CODEC
-
probability
private final float probability
-
-
Constructor Details
-
CocoaBeansTreeDecorator
public CocoaBeansTreeDecorator(float probability)
-
-
Method Details
-
getType
- Specified by:
getTypein classTreeDecorator
-
generate
public void generate(StructureWorldAccess world, Random random, List<BlockPos> logPositions, List<BlockPos> leavesPositions, Set<BlockPos> placedStates, BlockBox box)- Specified by:
generatein classTreeDecorator
-