yarn/mappings/net/minecraft/structure/PoolStructurePiece.mapping

16 lines
468 B
Plaintext
Raw Normal View History

2019-04-03 12:16:41 -04:00
CLASS chr net/minecraft/structure/PoolStructurePiece
FIELD a poolElement Lcet;
2019-03-20 13:56:26 -04:00
FIELD b pos Lev;
2019-04-03 12:16:41 -04:00
FIELD c rotation Lbql;
2019-01-30 05:53:59 -05:00
FIELD d groundLevelDelta I
FIELD e junctions Ljava/util/List;
2019-04-03 12:16:41 -04:00
FIELD f structureManager Lcir;
METHOD <init> (Lcdx;Lcir;Lcet;Lev;ILbql;Lche;)V
2019-01-30 05:53:59 -05:00
ARG 3 poolElement
2019-04-03 12:16:41 -04:00
METHOD a addJunction (Lcep;)V
2019-01-30 05:53:59 -05:00
ARG 1 junction
2019-04-03 12:16:41 -04:00
METHOD b getPoolElement ()Lcet;
2019-03-20 13:56:26 -04:00
METHOD c getPos ()Lev;
2019-01-30 05:53:59 -05:00
METHOD d getGroundLevelDelta ()I
METHOD e getJunctions ()Ljava/util/List;