yarn/mappings/net/minecraft/block/entity/CommandBlockBlockEntity.map...

26 lines
692 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS bor net/minecraft/block/entity/CommandBlockBlockEntity
CLASS bor$1
2017-04-05 14:11:28 -04:00
METHOD a setCommand (Ljava/lang/String;)V
2019-01-16 13:24:40 -05:00
METHOD d getWorld ()Lur;
METHOD f getPos ()Lcmx;
CLASS bor$a Type
FIELD a CHAIN Lbor$a;
FIELD b REPEATING Lbor$a;
FIELD c NORMAL Lbor$a;
2016-08-14 16:19:38 -04:00
FIELD a powered Z
2018-12-12 12:12:26 -05:00
FIELD b auto Z
FIELD c conditionMet Z
2019-01-16 13:24:40 -05:00
FIELD h commandExecutor Lbbp;
METHOD a toUpdatePacket ()Lkc;
METHOD a fromTag (Lhq;)V
2016-08-14 16:19:38 -04:00
METHOD a setPowered (Z)V
2019-01-16 13:24:40 -05:00
METHOD b toTag (Lhq;)Lhq;
2016-08-14 16:19:38 -04:00
METHOD b setAuto (Z)V
2019-01-16 13:24:40 -05:00
METHOD c getCommandExecutor ()Lbbp;
METHOD d isPowered ()Z
2019-01-09 12:20:38 -05:00
METHOD f isAuto ()Z
METHOD g isConditionMet ()Z
METHOD o validate ()V
2019-01-16 13:24:40 -05:00
METHOD t getType ()Lbor$a;
2019-01-09 12:20:38 -05:00
METHOD u isConditionalCommandBlock ()Z