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

26 lines
692 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS bon net/minecraft/block/entity/CommandBlockBlockEntity
CLASS bon$1
2017-04-05 14:11:28 -04:00
METHOD a setCommand (Ljava/lang/String;)V
2019-01-09 12:20:38 -05:00
METHOD d getWorld ()Lut;
METHOD f getPos ()Lcms;
CLASS bon$a Type
FIELD a CHAIN Lbon$a;
FIELD b REPEATING Lbon$a;
FIELD c NORMAL Lbon$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-09 12:20:38 -05:00
FIELD h commandExecutor Lbbn;
METHOD a toUpdatePacket ()Lke;
2018-12-12 12:12:26 -05:00
METHOD a fromTag (Lhs;)V
2016-08-14 16:19:38 -04:00
METHOD a setPowered (Z)V
2018-12-12 12:12:26 -05:00
METHOD b toTag (Lhs;)Lhs;
2016-08-14 16:19:38 -04:00
METHOD b setAuto (Z)V
2019-01-09 12:20:38 -05:00
METHOD c getCommandExecutor ()Lbbn;
METHOD d isPowered ()Z
2019-01-09 12:20:38 -05:00
METHOD f isAuto ()Z
METHOD g isConditionMet ()Z
METHOD o validate ()V
METHOD t getType ()Lbon$a;
METHOD u isConditionalCommandBlock ()Z