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

19 lines
505 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS atx net/minecraft/block/entity/BlockEntityCommandBlock
CLASS atx$a Type
FIELD a CHAIN Latx$a;
FIELD b REPEATING Latx$a;
FIELD c NORMAL Latx$a;
2016-08-14 16:19:38 -04:00
FIELD a powered Z
FIELD f auto Z
FIELD g conditionMet Z
2017-04-05 07:31:24 -04:00
FIELD i commandExecutor Lakx;
METHOD a getCommandExecutor ()Lakx;
2016-08-14 16:19:38 -04:00
METHOD a setPowered (Z)V
METHOD b setAuto (Z)V
METHOD c setConditionMet (Z)V
2016-09-12 06:08:56 -04:00
METHOD f isPowered ()Z
2016-08-14 16:19:38 -04:00
METHOD h isAuto ()Z
METHOD i isConditionMet ()Z
2017-04-05 07:31:24 -04:00
METHOD k getType ()Latx$a;
2016-08-20 15:23:28 -04:00
METHOD l isConditionalCommandBlock ()Z