yarn/mappings/net/minecraft/world/gen/trunk/TrunkPlacer.mapping

17 lines
687 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_5141 net/minecraft/world/gen/trunk/TrunkPlacer
FIELD field_23760 baseHeight I
FIELD field_23761 firstRandomHeight I
FIELD field_23762 secondRandomHeight I
2020-05-20 12:12:58 -04:00
METHOD <init> (III)V
ARG 1 baseHeight
ARG 2 firstRandomHeight
ARG 3 secondRandomHeight
2020-04-22 11:59:47 -04:00
METHOD method_26991 generate (Lnet/minecraft/class_3747;Ljava/util/Random;ILnet/minecraft/class_2338;Ljava/util/Set;Lnet/minecraft/class_3341;Lnet/minecraft/class_4643;)Ljava/util/List;
COMMENT Generates the trunk blocks and return a list of tree nodes to place foliage around
ARG 1 world
ARG 2 random
ARG 3 trunkHeight
ARG 4 pos
2020-04-22 11:59:47 -04:00
METHOD method_26993 getHeight (Ljava/util/Random;)I
ARG 1 random