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

36 lines
945 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS arh net/minecraft/block/entity/BlockEntityCommandBlock
CLASS arh$1
2016-09-12 16:28:44 -04:00
METHOD a setCommand (Ljava/lang/String;)V
ARG 0 command
2016-10-18 11:31:59 -04:00
METHOD c getBlockPos ()Lcn;
METHOD d getPos ()Lbcv;
METHOD e getWorld ()Laiw;
METHOD f getEntity ()Lsg;
2016-09-12 06:08:56 -04:00
METHOD z_ getServer ()Lnet/minecraft/server/MinecraftServer;
2016-10-18 11:31:59 -04:00
CLASS arh$a Type
FIELD a CHAIN Larh$a;
FIELD b REPEATING Larh$a;
FIELD c NORMAL Larh$a;
2016-08-14 16:19:38 -04:00
FIELD a powered Z
FIELD f auto Z
FIELD g conditionMet Z
2016-10-18 11:31:59 -04:00
FIELD i commandExecutor Lail;
2016-09-12 06:08:56 -04:00
METHOD A validate ()V
2016-10-18 11:31:59 -04:00
METHOD a getCommandExecutor ()Lail;
METHOD a deserialize (Ldt;)V
2016-09-12 09:16:04 -04:00
ARG 0 tag
2016-08-14 16:19:38 -04:00
METHOD a setPowered (Z)V
2016-08-20 15:23:28 -04:00
ARG 0 powered
2016-10-18 11:31:59 -04:00
METHOD b serialize (Ldt;)Ldt;
2016-09-12 09:16:04 -04:00
ARG 0 tag
2016-08-14 16:19:38 -04:00
METHOD b setAuto (Z)V
2016-08-20 15:23:28 -04:00
ARG 0 auto
2016-10-18 11:31:59 -04:00
METHOD c getUpdatePacket ()Lfy;
2016-08-14 16:19:38 -04:00
METHOD c setConditionMet (Z)V
2016-08-15 13:20:34 -04:00
ARG 0 conditionMet
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
2016-10-18 11:31:59 -04:00
METHOD k getType ()Larh$a;
2016-08-20 15:23:28 -04:00
METHOD l isConditionalCommandBlock ()Z