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

26 lines
794 B
Plaintext
Raw Normal View History

2019-02-20 15:49:23 -05:00
CLASS bcl 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-02-20 15:49:23 -05:00
FIELD g lastOutput Lji;
2019-01-09 12:20:38 -05:00
FIELD h command Ljava/lang/String;
2019-02-20 15:49:23 -05:00
FIELD i customName Lji;
2016-09-12 16:28:44 -04:00
METHOD a setSuccessCount (I)V
2019-02-13 12:35:08 -05:00
METHOD a interact (Lary;)Z
2019-02-20 15:49:23 -05:00
METHOD a execute (Lbde;)Z
METHOD a serialize (Lhx;)Lhx;
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-02-20 15:49:23 -05:00
METHOD b deserialize (Lhx;)V
METHOD b setCustomName (Lji;)V
METHOD c setLastOutput (Lji;)V
METHOD d getWorld ()Luv;
METHOD f getPos ()Lcnk;
METHOD i getSuccessCount ()I
2019-02-20 15:49:23 -05:00
METHOD j getLastOutput ()Lji;
METHOD k getCommand ()Ljava/lang/String;
2019-02-20 15:49:23 -05:00
METHOD l getCustomName ()Lji;
METHOD m isTrackingOutput ()Z