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

28 lines
703 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS ac net/minecraft/advancement/AdvancementPosition
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 initRecursively ()V
METHOD a increaseRow (F)V
ARG 1 deltaRow
METHOD a positMinRow (FIF)F
ARG 1 deltaRow
ARG 2 depth
ARG 3 minRow
2019-03-20 13:56:26 -04:00
METHOD a postInit (Lac;)Lac;
2019-01-09 07:53:32 -05:00
ARG 1 last
2019-03-20 13:56:26 -04:00
METHOD a getLast (Lac;Lac;)Lac;
METHOD a arrangeForRoot (Lq;)V
METHOD a adjust (Lq;Lac;)Lac;
2019-03-14 08:57:09 -04:00
ARG 2 childPosition
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