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

40 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS azc 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-10-31 12:57:21 -04:00
FIELD f lastOutput Lix;
2017-06-08 10:01:49 -04:00
FIELD g command Ljava/lang/String;
2018-10-31 12:57:21 -04:00
FIELD h customName Lix;
METHOD C_ 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
2017-05-13 02:02:51 -04:00
ARG 0 successCount
2018-10-31 12:57:21 -04:00
METHOD a interact (Lapr;)Z
2017-05-13 02:02:51 -04:00
ARG 0 player
2018-10-31 12:57:21 -04:00
METHOD a execute (Lazt;)Z
2017-05-13 02:02:51 -04:00
ARG 0 world
2018-10-31 12:57:21 -04:00
METHOD a serialize (Lhm;)Lhm;
2017-05-13 02:02:51 -04:00
ARG 0 tag
2018-10-31 12:57:21 -04:00
METHOD a appendCommandFeedback (Lix;)V
ARG 0 feedback
2016-10-18 11:31:59 -04:00
METHOD a setCommand (Ljava/lang/String;)V
2017-05-13 02:02:51 -04:00
ARG 0 command
2016-09-12 16:28:44 -04:00
METHOD a shouldTrackOutput (Z)V
2017-05-13 02:02:51 -04:00
ARG 0 trackOutput
METHOD b shouldTrackOutput ()Z
2018-10-31 12:57:21 -04:00
METHOD b deserialize (Lhm;)V
2017-05-13 02:02:51 -04:00
ARG 0 tag
2018-10-31 12:57:21 -04:00
METHOD b setCustomName (Lix;)V
ARG 0 name
2018-10-31 12:57:21 -04:00
METHOD c setLastOutput (Lix;)V
2017-05-13 02:02:51 -04:00
ARG 0 lastOutput
2018-10-31 12:57:21 -04:00
METHOD d getWorld ()Lua;
METHOD f getPos ()Lcim;
METHOD i getSuccessCount ()I
2018-10-31 12:57:21 -04:00
METHOD j getLastOutput ()Lix;
METHOD k getCommand ()Ljava/lang/String;
2018-10-31 12:57:21 -04:00
METHOD l getCustomName ()Lix;
METHOD m isTrackingOutput ()Z