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

54 lines
1.5 KiB
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS aup net/minecraft/block/entity/BlockEntityStructureBlock
CLASS aup$a Mode
FIELD a SAVE Laup$a;
FIELD b LOAD Laup$a;
FIELD c CORNER Laup$a;
FIELD d DATA Laup$a;
FIELD e VALUES [Laup$a;
2016-08-15 13:20:34 -04:00
FIELD f translationKey Ljava/lang/String;
FIELD g id I
METHOD a getId ()I
2017-04-05 07:31:24 -04:00
METHOD a byId (I)Laup$a;
METHOD a getTranslationKey (Laup$a;)Ljava/lang/String;
2016-08-15 13:20:34 -04:00
FIELD a name Ljava/lang/String;
FIELD f author Ljava/lang/String;
FIELD g metadata Ljava/lang/String;
2017-04-05 07:31:24 -04:00
FIELD h offset Ldx;
FIELD i size Ldx;
FIELD j mirror Laqm;
FIELD k rotation Lasa;
FIELD l mode Laup$a;
2016-08-15 13:20:34 -04:00
FIELD m ignoreEntities Z
FIELD n powered Z
FIELD o showAir Z
FIELD p showBoundingBox Z
FIELD q integrity F
FIELD r seed J
2016-09-12 06:08:56 -04:00
METHOD F isPowered ()Z
METHOD G shouldShowAir ()Z
METHOD I shouldShowBoundingBox ()Z
2016-09-12 06:08:56 -04:00
METHOD a getName ()Ljava/lang/String;
METHOD a setIntegrity (F)V
METHOD a setSeed (J)V
2017-04-05 07:31:24 -04:00
METHOD a setMode (Laup$a;)V
2016-10-18 11:31:59 -04:00
METHOD a setName (Ljava/lang/String;)V
2017-04-05 07:31:24 -04:00
METHOD a setAuthor (Luk;)V
METHOD a setIgnoreEntities (Z)V
2017-04-05 07:31:24 -04:00
METHOD b setMirror (Laqm;)V
METHOD b setRotation (Lasa;)V
METHOD b setOffset (Ldx;)V
2016-10-18 11:31:59 -04:00
METHOD b setMetadata (Ljava/lang/String;)V
2017-04-05 07:31:24 -04:00
METHOD c setSize (Ldx;)V
METHOD d setPowered (Z)V
2017-04-05 07:31:24 -04:00
METHOD e getOffset ()Ldx;
METHOD e setShowAir (Z)V
2017-04-05 07:31:24 -04:00
METHOD f getSize ()Ldx;
METHOD f setShowBoundingBox (Z)V
2017-04-05 07:31:24 -04:00
METHOD h getMirror ()Laqm;
METHOD i getRotation ()Lasa;
METHOD j getMetadata ()Ljava/lang/String;
2017-04-05 07:31:24 -04:00
METHOD k getMode ()Laup$a;
METHOD m shouldIgnoreEntities ()Z
METHOD n getIntegrity ()F
METHOD o getSeed ()J