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

30 lines
943 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS azy net/minecraft/sortme/CommandBlockExecutor
2016-09-12 16:28:44 -04:00
FIELD a DATE_FORMAT Ljava/text/SimpleDateFormat;
FIELD b lastExecution J
FIELD c updateLastExecution Z
2017-06-08 10:01:49 -04:00
FIELD d successCount I
FIELD e trackOutput Z
2018-11-27 13:50:51 -05:00
FIELD f lastOutput Lja;
2017-06-08 10:01:49 -04:00
FIELD g command Ljava/lang/String;
2018-11-27 13:50:51 -05:00
FIELD h customName Lja;
2018-11-29 15:10:38 -05:00
METHOD B_ shouldBroadcastConsoleToOps ()Z
2018-10-26 14:57:13 -04:00
METHOD a sendCommandFeedback ()Z
2016-09-12 16:28:44 -04:00
METHOD a setSuccessCount (I)V
2018-11-29 15:10:38 -05:00
METHOD a interact (Laqj;)Z
METHOD a execute (Lbaq;)Z
2018-11-27 13:50:51 -05:00
METHOD a serialize (Lhp;)Lhp;
METHOD a appendCommandFeedback (Lja;)V
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
METHOD b shouldTrackOutput ()Z
2018-11-27 13:50:51 -05:00
METHOD b deserialize (Lhp;)V
METHOD b setCustomName (Lja;)V
METHOD c setLastOutput (Lja;)V
2018-11-29 15:10:38 -05:00
METHOD d getWorld ()Luj;
METHOD f getPos ()Lckp;
METHOD i getSuccessCount ()I
2018-11-27 13:50:51 -05:00
METHOD j getLastOutput ()Lja;
METHOD k getCommand ()Ljava/lang/String;
2018-11-27 13:50:51 -05:00
METHOD l getCustomName ()Lja;
METHOD m isTrackingOutput ()Z