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

16 lines
468 B
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS cie net/minecraft/structure/PoolStructurePiece
FIELD a poolElement Lcfg;
2019-03-20 13:56:26 -04:00
FIELD b pos Lev;
2019-04-18 17:01:39 -04:00
FIELD c rotation Lbqw;
2019-01-30 05:53:59 -05:00
FIELD d groundLevelDelta I
FIELD e junctions Ljava/util/List;
2019-04-18 17:01:39 -04:00
FIELD f structureManager Lcje;
METHOD <init> (Lcek;Lcje;Lcfg;Lev;ILbqw;Lchr;)V
2019-01-30 05:53:59 -05:00
ARG 3 poolElement
2019-04-18 17:01:39 -04:00
METHOD a addJunction (Lcfc;)V
2019-01-30 05:53:59 -05:00
ARG 1 junction
2019-04-18 17:01:39 -04:00
METHOD b getPoolElement ()Lcfg;
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;