Class TreeDecorator
java.lang.Object
net.minecraft.world.gen.treedecorator.TreeDecorator
- Direct Known Subclasses:
AlterGroundTreeDecorator,BeehiveTreeDecorator,CocoaBeansTreeDecorator,LeavesVineTreeDecorator,TrunkVineTreeDecorator
Tree decorators can add additional blocks to trees, such as vines or beehives.
- Mappings:
Namespace Name official cxdintermediary net/minecraft/class_4662named net/minecraft/world/gen/treedecorator/TreeDecorator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidgenerate(TestableWorld testableWorld, BiConsumer<BlockPos,BlockState> biConsumer, Random random, List<BlockPos> leavesPositions, List<BlockPos> list)protected abstract TreeDecoratorType<?>getType()protected static voidplaceVine(BiConsumer<BlockPos,BlockState> biConsumer, BlockPos blockPos, BooleanProperty booleanProperty)
-
Field Details
-
TYPE_CODEC
- Mappings:
Namespace Name Mixin selector official cLcxd;c:Lcom/mojang/serialization/Codec;intermediary field_24962Lnet/minecraft/class_4662;field_24962:Lcom/mojang/serialization/Codec;named TYPE_CODECLnet/minecraft/world/gen/treedecorator/TreeDecorator;TYPE_CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
TreeDecorator
public TreeDecorator()
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official aLcxd;a()Lcxe;intermediary method_28893Lnet/minecraft/class_4662;method_28893()Lnet/minecraft/class_4663;named getTypeLnet/minecraft/world/gen/treedecorator/TreeDecorator;getType()Lnet/minecraft/world/gen/treedecorator/TreeDecoratorType;
-
generate
public abstract void generate(TestableWorld testableWorld, BiConsumer<BlockPos,BlockState> biConsumer, Random random, List<BlockPos> leavesPositions, List<BlockPos> list)- Mappings:
Namespace Name Mixin selector official aLcxd;a(Lbvx;Ljava/util/function/BiConsumer;Ljava/util/Random;Ljava/util/List;Ljava/util/List;)Vintermediary method_23469Lnet/minecraft/class_4662;method_23469(Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;Ljava/util/Random;Ljava/util/List;Ljava/util/List;)Vnamed generateLnet/minecraft/world/gen/treedecorator/TreeDecorator;generate(Lnet/minecraft/world/TestableWorld;Ljava/util/function/BiConsumer;Ljava/util/Random;Ljava/util/List;Ljava/util/List;)V
-
placeVine
protected static void placeVine(BiConsumer<BlockPos,BlockState> biConsumer, BlockPos blockPos, BooleanProperty booleanProperty)- Mappings:
Namespace Name Mixin selector official aLcxd;a(Ljava/util/function/BiConsumer;Lgb;Lcki;)Vintermediary method_23471Lnet/minecraft/class_4662;method_23471(Ljava/util/function/BiConsumer;Lnet/minecraft/class_2338;Lnet/minecraft/class_2746;)Vnamed placeVineLnet/minecraft/world/gen/treedecorator/TreeDecorator;placeVine(Ljava/util/function/BiConsumer;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/state/property/BooleanProperty;)V
-