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

30 lines
854 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS atx net/minecraft/block/entity/BlockEntityCommandBlock
2017-04-05 14:11:28 -04:00
CLASS atx$1
METHOD C_ getServer ()Lnet/minecraft/server/MinecraftServer;
METHOD a setCommand (Ljava/lang/String;)V
METHOD c getBlockPos ()Ldx;
METHOD d getPos ()Lbfp;
METHOD e getWorld ()Lali;
METHOD f getEntity ()Lub;
2017-04-05 07:31:24 -04:00
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;
2017-04-05 14:11:28 -04:00
METHOD A validate ()V
2017-04-05 07:31:24 -04:00
METHOD a getCommandExecutor ()Lakx;
2017-04-05 14:11:28 -04:00
METHOD a deserialize (Lfc;)V
2016-08-14 16:19:38 -04:00
METHOD a setPowered (Z)V
2017-04-05 14:11:28 -04:00
METHOD b serialize (Lfc;)Lfc;
2016-08-14 16:19:38 -04:00
METHOD b setAuto (Z)V
2017-04-05 14:11:28 -04:00
METHOD c getUpdatePacket ()Lhi;
2016-08-14 16:19:38 -04:00
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