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

30 lines
943 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS bax 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-12-12 12:12:26 -05:00
FIELD f lastOutput Ljd;
2017-06-08 10:01:49 -04:00
FIELD g command Ljava/lang/String;
2018-12-12 12:12:26 -05:00
FIELD h customName Ljd;
METHOD K_ 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-12-12 12:12:26 -05:00
METHOD a interact (Larb;)Z
METHOD a execute (Lbbp;)Z
METHOD a serialize (Lhs;)Lhs;
2016-10-18 11:31:59 -04:00
METHOD a setCommand (Ljava/lang/String;)V
2018-12-12 12:12:26 -05:00
METHOD a appendCommandFeedback (Ljd;)V
2016-09-12 16:28:44 -04:00
METHOD a shouldTrackOutput (Z)V
METHOD b shouldTrackOutput ()Z
2018-12-12 12:12:26 -05:00
METHOD b deserialize (Lhs;)V
METHOD b setCustomName (Ljd;)V
METHOD c setLastOutput (Ljd;)V
METHOD d getWorld ()Luq;
METHOD f getPos ()Lcmd;
METHOD i getSuccessCount ()I
2018-12-12 12:12:26 -05:00
METHOD j getLastOutput ()Ljd;
METHOD k getCommand ()Ljava/lang/String;
2018-12-12 12:12:26 -05:00
METHOD l getCustomName ()Ljd;
METHOD m isTrackingOutput ()Z