Class TrunkVineTreeDecorator
java.lang.Object
net.minecraft.world.gen.treedecorator.TreeDecorator
net.minecraft.world.gen.treedecorator.TrunkVineTreeDecorator
- Mappings:
Namespace Name official dcnintermediary net/minecraft/class_4664named net/minecraft/world/gen/treedecorator/TrunkVineTreeDecorator
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TrunkVineTreeDecorator>static final TrunkVineTreeDecoratorFields inherited from class net.minecraft.world.gen.treedecorator.TreeDecorator
TYPE_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, List<BlockPos> logPositions, List<BlockPos> leavesPositions) protected TreeDecoratorType<?>getType()Methods inherited from class net.minecraft.world.gen.treedecorator.TreeDecorator
placeVine
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLdcn;a:Lcom/mojang/serialization/Codec;intermediary field_24964Lnet/minecraft/class_4664;field_24964:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/treedecorator/TrunkVineTreeDecorator;CODEC:Lcom/mojang/serialization/Codec;
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official bLdcn;b:Ldcn;intermediary field_24965Lnet/minecraft/class_4664;field_24965:Lnet/minecraft/class_4664;named INSTANCELnet/minecraft/world/gen/treedecorator/TrunkVineTreeDecorator;INSTANCE:Lnet/minecraft/world/gen/treedecorator/TrunkVineTreeDecorator;
-
-
Constructor Details
-
TrunkVineTreeDecorator
public TrunkVineTreeDecorator()
-
-
Method Details
-
getType
- Specified by:
getTypein classTreeDecorator- Mappings:
Namespace Name Mixin selector official aLdcl;a()Ldcm;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 void generate(TestableWorld world, BiConsumer<BlockPos, BlockState> replacer, Random random, List<BlockPos> logPositions, List<BlockPos> leavesPositions) - Specified by:
generatein classTreeDecorator- Mappings:
Namespace Name Mixin selector official aLdcl;a(Lcao;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
-