yarn/mappings/net/minecraft/sortme/CommandBlockExecutor.mapping

26 lines
794 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS bfe net/minecraft/sortme/CommandBlockExecutor
2019-01-09 12:20:38 -05:00
FIELD b DATE_FORMAT Ljava/text/SimpleDateFormat;
FIELD c lastExecution J
FIELD d updateLastExecution Z
FIELD e successCount I
FIELD f trackOutput Z
2019-03-14 08:57:09 -04:00
FIELD g lastOutput Ljl;
2019-01-09 12:20:38 -05:00
FIELD h command Ljava/lang/String;
2019-03-14 08:57:09 -04:00
FIELD i customName Ljl;
2016-09-12 16:28:44 -04:00
METHOD a setSuccessCount (I)V
2019-03-14 11:39:51 -04:00
METHOD a interact (Laun;)Z
METHOD a execute (Lbfx;)Z
2019-03-14 08:57:09 -04:00
METHOD a serialize (Lia;)Lia;
2016-10-18 11:31:59 -04:00
METHOD a setCommand (Ljava/lang/String;)V
2016-09-12 16:28:44 -04:00
METHOD a shouldTrackOutput (Z)V
2019-03-14 08:57:09 -04:00
METHOD b deserialize (Lia;)V
METHOD b setCustomName (Ljl;)V
METHOD c setLastOutput (Ljl;)V
METHOD d getWorld ()Lvc;
2019-03-14 11:39:51 -04:00
METHOD f getPos ()Lcqg;
METHOD i getSuccessCount ()I
2019-03-14 08:57:09 -04:00
METHOD j getLastOutput ()Ljl;
METHOD k getCommand ()Ljava/lang/String;
2019-03-14 08:57:09 -04:00
METHOD l getCustomName ()Ljl;
METHOD m isTrackingOutput ()Z