Class TreeDecorator
java.lang.Object
net.minecraft.world.gen.treedecorator.TreeDecorator
- Direct Known Subclasses:
AlterGroundTreeDecorator,AttachedToLeavesTreeDecorator,BeehiveTreeDecorator,CocoaBeansTreeDecorator,LeavesVineTreeDecorator,TrunkVineTreeDecorator
Tree decorators can add additional blocks to trees, such as vines or beehives.
- Mappings:
Namespace Name named net/minecraft/world/gen/treedecorator/TreeDecoratorintermediary net/minecraft/class_4662official efw
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidgenerate(TreeDecorator.Generator generator) protected abstract TreeDecoratorType<?> getType()
-
Field Details
-
TYPE_CODEC
- Mappings:
Namespace Name Mixin selector named TYPE_CODECLnet/minecraft/world/gen/treedecorator/TreeDecorator;TYPE_CODEC:Lcom/mojang/serialization/Codec;intermediary field_24962Lnet/minecraft/class_4662;field_24962:Lcom/mojang/serialization/Codec;official hLefw;h:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
TreeDecorator
public TreeDecorator()
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector named getTypeLnet/minecraft/world/gen/treedecorator/TreeDecorator;getType()Lnet/minecraft/world/gen/treedecorator/TreeDecoratorType;intermediary method_28893Lnet/minecraft/class_4662;method_28893()Lnet/minecraft/class_4663;official aLefw;a()Lefx;
-
generate
- Mappings:
Namespace Name Mixin selector named generateLnet/minecraft/world/gen/treedecorator/TreeDecorator;generate(Lnet/minecraft/world/gen/treedecorator/TreeDecorator$Generator;)Vintermediary method_23469Lnet/minecraft/class_4662;method_23469(Lnet/minecraft/class_4662$class_7402;)Vofficial aLefw;a(Lefw$a;)V
-