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

67 lines
1.9 KiB
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS bur net/minecraft/block/entity/StructureBlockBlockEntity
2019-06-19 15:24:08 -04:00
CLASS a Action
2019-06-07 07:45:25 -04:00
FIELD a structureName Lqt;
2018-12-12 12:12:26 -05:00
FIELD b author Ljava/lang/String;
FIELD c metadata Ljava/lang/String;
2019-03-20 13:56:26 -04:00
FIELD g offset Lev;
FIELD h size Lev;
2019-06-19 13:48:53 -04:00
FIELD i mirror Lbqb;
FIELD j rotation Lbrb;
FIELD k mode Lbww;
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-05-07 12:05:49 -04:00
METHOD A getSeed ()J
METHOD B detectStructureSize ()Z
METHOD C saveStructure ()Z
METHOD D loadStructure ()Z
METHOD E unloadStructure ()V
METHOD F isStructureAvailable ()Z
METHOD G isPowered ()Z
METHOD H shouldShowAir ()Z
METHOD I shouldShowBoundingBox ()Z
METHOD K updateBlockMode ()V
METHOD a setIntegrity (F)V
METHOD a setSeed (J)V
2019-06-07 07:45:25 -04:00
METHOD a setAuthor (Laiu;)V
METHOD a openScreen (Lawb;)Z
2019-06-19 13:48:53 -04:00
METHOD a setMode (Lbww;)V
2019-03-20 13:56:26 -04:00
METHOD a findStructureBlockEntities (Lev;Lev;)Ljava/util/List;
2019-01-24 11:08:22 -05:00
ARG 1 pos1
ARG 2 pos2
2019-06-19 13:48:53 -04:00
METHOD a makeBoundingBox (Lev;Ljava/util/List;)Lchx;
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-06-07 07:45:25 -04:00
METHOD a setStructureName (Lqt;)V
METHOD a setIgnoreEntities (Z)V
METHOD b createRandom (J)Ljava/util/Random;
ARG 0 seed
2019-06-19 13:48:53 -04:00
METHOD b setMirror (Lbqb;)V
METHOD b setRotation (Lbrb;)V
2019-03-20 13:56:26 -04:00
METHOD b setOffset (Lev;)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
2019-03-20 13:56:26 -04:00
METHOD c setSize (Lev;)V
2019-01-24 11:08:22 -05:00
METHOD c loadStructure (Z)Z
2019-05-16 12:28:41 -04:00
METHOD d getStructureName ()Ljava/lang/String;
METHOD d setPowered (Z)V
METHOD e setShowAir (Z)V
2019-05-16 12:28:41 -04:00
METHOD f hasStructureName ()Z
METHOD f setShowBoundingBox (Z)V
2019-01-24 11:08:22 -05:00
ARG 1 showBoundingBox
2019-05-16 12:28:41 -04:00
METHOD g getOffset ()Lev;
METHOD h getSize ()Lev;
2019-06-19 13:48:53 -04:00
METHOD s getMirror ()Lbqb;
METHOD t getRotation ()Lbrb;
2019-05-07 12:05:49 -04:00
METHOD u getMetadata ()Ljava/lang/String;
2019-06-19 13:48:53 -04:00
METHOD v getMode ()Lbww;
2019-05-07 12:05:49 -04:00
METHOD x cycleMode ()V
METHOD y shouldIgnoreEntities ()Z
METHOD z getIntegrity ()F