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

65 lines
1.9 KiB
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS bsz net/minecraft/block/entity/StructureBlockBlockEntity
2019-03-14 15:41:19 -04:00
CLASS bsz$a Action
2019-03-14 08:57:09 -04:00
FIELD a structureName Lqp;
2018-12-12 12:12:26 -05:00
FIELD b author Ljava/lang/String;
FIELD c metadata Ljava/lang/String;
2019-03-14 08:57:09 -04:00
FIELD g offset Leu;
FIELD h size Leu;
2019-03-14 11:39:51 -04:00
FIELD i mirror Lboj;
FIELD j rotation Lbpj;
FIELD k mode Lbve;
FIELD l ignoreEntities Z
FIELD m powered Z
FIELD n showAir Z
FIELD o showBoundingBox Z
FIELD p integrity F
FIELD q seed J
2019-01-24 11:08:22 -05:00
METHOD A detectStructureSize ()Z
METHOD B saveStructure ()Z
METHOD C loadStructure ()Z
METHOD D unloadStructure ()V
METHOD E isStructureAvailable ()Z
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
METHOD a setIntegrity (F)V
METHOD a setSeed (J)V
2019-03-14 08:57:09 -04:00
METHOD a setAuthor (Laif;)V
2019-03-14 11:39:51 -04:00
METHOD a openScreen (Laun;)Z
METHOD a setMode (Lbve;)V
2019-03-14 08:57:09 -04:00
METHOD a findStructureBlockEntities (Leu;Leu;)Ljava/util/List;
2019-01-24 11:08:22 -05:00
ARG 1 pos1
ARG 2 pos2
2019-03-14 11:39:51 -04:00
METHOD a makeBoundingBox (Leu;Ljava/util/List;)Lcgc;
2019-01-24 11:08:22 -05:00
ARG 1 center
ARG 2 corners
2018-11-06 11:02:00 -05:00
METHOD a setStructureName (Ljava/lang/String;)V
2019-01-24 11:08:22 -05:00
METHOD a findCorners (Ljava/util/List;)Ljava/util/List;
ARG 1 structureBlockEntities
2019-03-14 08:57:09 -04:00
METHOD a setStructureName (Lqp;)V
METHOD a setIgnoreEntities (Z)V
2019-03-14 11:39:51 -04:00
METHOD b setMirror (Lboj;)V
METHOD b setRotation (Lbpj;)V
2019-03-14 08:57:09 -04:00
METHOD b setOffset (Leu;)V
2016-10-18 11:31:59 -04:00
METHOD b setMetadata (Ljava/lang/String;)V
2019-01-24 11:08:22 -05:00
METHOD b saveStructure (Z)Z
2018-11-06 11:02:00 -05:00
METHOD c getStructureName ()Ljava/lang/String;
2019-03-14 08:57:09 -04:00
METHOD c setSize (Leu;)V
2019-01-24 11:08:22 -05:00
METHOD c loadStructure (Z)Z
2018-11-06 11:02:00 -05:00
METHOD d hasStructureName ()Z
METHOD d setPowered (Z)V
METHOD e setShowAir (Z)V
2019-03-14 08:57:09 -04:00
METHOD f getOffset ()Leu;
METHOD f setShowBoundingBox (Z)V
2019-01-24 11:08:22 -05:00
ARG 1 showBoundingBox
2019-03-14 08:57:09 -04:00
METHOD g getSize ()Leu;
2019-03-14 11:39:51 -04:00
METHOD h getMirror ()Lboj;
METHOD i getRotation ()Lbpj;
2019-01-09 12:20:38 -05:00
METHOD t getMetadata ()Ljava/lang/String;
2019-03-14 11:39:51 -04:00
METHOD u getMode ()Lbve;
2019-01-24 11:08:22 -05:00
METHOD v cycleMode ()V
2019-02-20 15:49:23 -05:00
METHOD x shouldIgnoreEntities ()Z
2019-01-09 12:20:38 -05:00
METHOD y getIntegrity ()F
METHOD z getSeed ()J