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

16 lines
468 B
Plaintext
Raw Normal View History

2019-03-27 14:35:10 -04:00
CLASS chp net/minecraft/structure/PoolStructurePiece
FIELD a poolElement Lcer;
2019-03-20 13:56:26 -04:00
FIELD b pos Lev;
2019-03-27 14:35:10 -04:00
FIELD c rotation Lbqj;
2019-01-30 05:53:59 -05:00
FIELD d groundLevelDelta I
FIELD e junctions Ljava/util/List;
2019-03-27 14:35:10 -04:00
FIELD f structureManager Lcip;
METHOD <init> (Lcdv;Lcip;Lcer;Lev;ILbqj;Lchc;)V
2019-01-30 05:53:59 -05:00
ARG 3 poolElement
2019-03-27 14:35:10 -04:00
METHOD a addJunction (Lcen;)V
2019-01-30 05:53:59 -05:00
ARG 1 junction
2019-03-27 14:35:10 -04:00
METHOD b getPoolElement ()Lcer;
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;