yarn/mappings/net/minecraft/block/entity/StructureBlockBlockEntity.m...

52 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS bpm net/minecraft/block/entity/StructureBlockBlockEntity
CLASS bpm$a Action
FIELD a structureName Lqc;
2018-12-12 12:12:26 -05:00
FIELD b author Ljava/lang/String;
FIELD c metadata Ljava/lang/String;
2018-11-27 13:50:51 -05:00
FIELD g offset Let;
FIELD h size Let;
2019-01-16 13:24:40 -05:00
FIELD i mirror Lbkw;
FIELD j rotation Lblw;
FIELD k mode Lbrq;
FIELD l ignoreEntities Z
FIELD m powered Z
FIELD n showAir Z
FIELD o showBoundingBox Z
FIELD p integrity F
FIELD q seed J
2018-12-12 12:12:26 -05:00
METHOD F isPowered ()Z
2016-09-12 06:08:56 -04:00
METHOD G shouldShowAir ()Z
METHOD H shouldShowBoundingBox ()Z
2018-12-31 16:42:36 -05:00
METHOD J updateBlockMode ()V
2019-01-16 13:24:40 -05:00
METHOD a toUpdatePacket ()Lkc;
METHOD a setIntegrity (F)V
METHOD a setSeed (J)V
2019-01-16 13:24:40 -05:00
METHOD a setAuthor (Lahl;)V
METHOD a openGui (Larj;)Z
METHOD a setMode (Lbrq;)V
METHOD a fromTag (Lhq;)V
2018-11-06 11:02:00 -05:00
METHOD a setStructureName (Ljava/lang/String;)V
2019-01-16 13:24:40 -05:00
METHOD a setStructureName (Lqc;)V
METHOD a setIgnoreEntities (Z)V
2019-01-16 13:24:40 -05:00
METHOD b toInitialChunkDataTag ()Lhq;
METHOD b setMirror (Lbkw;)V
METHOD b setRotation (Lblw;)V
2018-11-27 13:50:51 -05:00
METHOD b setOffset (Let;)V
2019-01-16 13:24:40 -05:00
METHOD b toTag (Lhq;)Lhq;
2016-10-18 11:31:59 -04:00
METHOD b setMetadata (Ljava/lang/String;)V
2018-11-06 11:02:00 -05:00
METHOD c getStructureName ()Ljava/lang/String;
2018-11-27 13:50:51 -05:00
METHOD c setSize (Let;)V
2018-11-06 11:02:00 -05:00
METHOD d hasStructureName ()Z
METHOD d setPowered (Z)V
METHOD e setShowAir (Z)V
2019-01-09 12:20:38 -05:00
METHOD f getOffset ()Let;
METHOD f setShowBoundingBox (Z)V
2019-01-09 12:20:38 -05:00
METHOD g getSize ()Let;
2019-01-16 13:24:40 -05:00
METHOD h getMirror ()Lbkw;
METHOD s getRotation ()Lblw;
2019-01-09 12:20:38 -05:00
METHOD t getMetadata ()Ljava/lang/String;
2019-01-16 13:24:40 -05:00
METHOD u getMode ()Lbrq;
2019-01-09 12:20:38 -05:00
METHOD x shouldIgnoreEntities ()Z
METHOD y getIntegrity ()F
METHOD z getSeed ()J