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

52 lines
1.5 KiB
Plaintext

CLASS bpm net/minecraft/block/entity/StructureBlockBlockEntity
CLASS bpm$a Action
FIELD a structureName Lqc;
FIELD b author Ljava/lang/String;
FIELD c metadata Ljava/lang/String;
FIELD g offset Let;
FIELD h size Let;
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
METHOD F isPowered ()Z
METHOD G shouldShowAir ()Z
METHOD H shouldShowBoundingBox ()Z
METHOD J updateBlockMode ()V
METHOD a toUpdatePacket ()Lkc;
METHOD a setIntegrity (F)V
METHOD a setSeed (J)V
METHOD a setAuthor (Lahl;)V
METHOD a openGui (Larj;)Z
METHOD a setMode (Lbrq;)V
METHOD a fromTag (Lhq;)V
METHOD a setStructureName (Ljava/lang/String;)V
METHOD a setStructureName (Lqc;)V
METHOD a setIgnoreEntities (Z)V
METHOD b toInitialChunkDataTag ()Lhq;
METHOD b setMirror (Lbkw;)V
METHOD b setRotation (Lblw;)V
METHOD b setOffset (Let;)V
METHOD b toTag (Lhq;)Lhq;
METHOD b setMetadata (Ljava/lang/String;)V
METHOD c getStructureName ()Ljava/lang/String;
METHOD c setSize (Let;)V
METHOD d hasStructureName ()Z
METHOD d setPowered (Z)V
METHOD e setShowAir (Z)V
METHOD f getOffset ()Let;
METHOD f setShowBoundingBox (Z)V
METHOD g getSize ()Let;
METHOD h getMirror ()Lbkw;
METHOD s getRotation ()Lblw;
METHOD t getMetadata ()Ljava/lang/String;
METHOD u getMode ()Lbrq;
METHOD x shouldIgnoreEntities ()Z
METHOD y getIntegrity ()F
METHOD z getSeed ()J