yarn/mappings/net/minecraft/advancement/AdvancementPositioner.mapping

32 lines
863 B
Plaintext
Raw Normal View History

CLASS ac net/minecraft/advancement/AdvancementPositioner
2019-03-20 13:56:26 -04:00
FIELD a advancement Lq;
FIELD b parent Lac;
FIELD c previousSibling Lac;
2019-01-09 07:53:32 -05:00
FIELD d childrenSize I
FIELD e children Ljava/util/List;
2019-03-20 13:56:26 -04:00
FIELD f optionalLast Lac;
FIELD g substituteChild Lac;
2019-01-09 07:53:32 -05:00
FIELD h depth I
FIELD i row F
FIELD j relativeRowInSiblings F
METHOD a calculateRecursively ()V
METHOD a increaseRowRecursively (F)V
2019-01-09 07:53:32 -05:00
ARG 1 deltaRow
METHOD a findMinRowRecursively (FIF)F
2019-01-09 07:53:32 -05:00
ARG 1 deltaRow
ARG 2 depth
ARG 3 minRow
METHOD a onFinishCalculation (Lac;)Lac;
2019-01-09 07:53:32 -05:00
ARG 1 last
METHOD a pushDown (Lac;F)V
ARG 2 extraRowDistance
2019-03-20 13:56:26 -04:00
METHOD a getLast (Lac;Lac;)Lac;
METHOD a arrangeForTree (Lq;)V
ARG 0 root
METHOD a findChildrenRecursively (Lq;Lac;)Lac;
ARG 2 lastChild
METHOD b onFinishChildrenCalculation ()V
2019-03-20 13:56:26 -04:00
METHOD c getFirstChild ()Lac;
METHOD d getLastChild ()Lac;
2019-01-09 07:53:32 -05:00
METHOD e apply ()V