yarn/mappings/net/minecraft/world/gen/treedecorator/TreeDecorator.mapping

14 lines
695 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_4662 net/minecraft/world/gen/treedecorator/TreeDecorator
COMMENT Tree decorators can add additional blocks to trees, such as vines or beehives.
2020-07-08 13:36:16 -04:00
FIELD field_24962 TYPE_CODEC Lcom/mojang/serialization/Codec;
2022-04-06 15:01:01 -04:00
METHOD method_23469 generate (Lnet/minecraft/class_3746;Ljava/util/function/BiConsumer;Lnet/minecraft/class_5819;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
2021-04-24 05:14:41 -04:00
ARG 1 world
ARG 2 replacer
ARG 4 logPositions
ARG 5 leavesPositions
2021-03-31 14:47:17 -04:00
METHOD method_23471 placeVine (Ljava/util/function/BiConsumer;Lnet/minecraft/class_2338;Lnet/minecraft/class_2746;)V
2021-04-24 05:14:41 -04:00
ARG 0 replacer
ARG 1 pos
ARG 2 facing
2020-06-08 13:24:47 -04:00
METHOD method_28893 getType ()Lnet/minecraft/class_4663;