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

31 lines
959 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS baa 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-05 09:11:37 -05:00
FIELD f lastOutput Ljb;
2017-06-08 10:01:49 -04:00
FIELD g command Ljava/lang/String;
2018-12-05 09:11:37 -05:00
FIELD h customName Ljb;
METHOD J_ 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-05 09:11:37 -05:00
METHOD a interact (Laql;)Z
METHOD a execute (Lbas;)Z
METHOD a serialize (Lhq;)Lhq;
2016-10-18 11:31:59 -04:00
METHOD a setCommand (Ljava/lang/String;)V
2018-12-05 09:11:37 -05:00
ARG 0 command
METHOD a appendCommandFeedback (Ljb;)V
2016-09-12 16:28:44 -04:00
METHOD a shouldTrackOutput (Z)V
METHOD b shouldTrackOutput ()Z
2018-12-05 09:11:37 -05:00
METHOD b deserialize (Lhq;)V
METHOD b setCustomName (Ljb;)V
METHOD c setLastOutput (Ljb;)V
METHOD d getWorld ()Luk;
METHOD f getPos ()Lckz;
METHOD i getSuccessCount ()I
2018-12-05 09:11:37 -05:00
METHOD j getLastOutput ()Ljb;
METHOD k getCommand ()Ljava/lang/String;
2018-12-05 09:11:37 -05:00
METHOD l getCustomName ()Ljb;
METHOD m isTrackingOutput ()Z