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

19 lines
896 B
Plaintext
Raw Normal View History

2019-10-09 15:35:45 -04:00
CLASS net/minecraft/class_4662 net/minecraft/world/gen/decorator/TreeDecorator
COMMENT Tree decorators can add additional blocks to trees, such as vines or beehives.
2020-07-01 12:44:38 -04:00
METHOD method_23469 generate (Lnet/minecraft/class_5281;Ljava/util/Random;Ljava/util/List;Ljava/util/List;Ljava/util/Set;Lnet/minecraft/class_3341;)V
ARG 2 random
ARG 3 logPositions
ARG 4 leavesPositions
ARG 6 box
METHOD method_23470 setBlockStateAndEncompassPosition (Lnet/minecraft/class_1945;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Ljava/util/Set;Lnet/minecraft/class_3341;)V
ARG 1 world
ARG 2 pos
ARG 3 state
ARG 5 box
METHOD method_23471 placeVine (Lnet/minecraft/class_1945;Lnet/minecraft/class_2338;Lnet/minecraft/class_2746;Ljava/util/Set;Lnet/minecraft/class_3341;)V
ARG 1 world
ARG 2 pos
ARG 3 directionProperty
ARG 5 box
2020-06-08 13:24:47 -04:00
METHOD method_28893 getType ()Lnet/minecraft/class_4663;