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

30 lines
943 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS bbn net/minecraft/sortme/CommandBlockExecutor
FIELD b DATE_FORMAT Ljava/text/SimpleDateFormat;
FIELD c lastExecution J
FIELD d updateLastExecution Z
FIELD e successCount I
FIELD f trackOutput Z
FIELD g lastOutput Ljd;
FIELD h command Ljava/lang/String;
FIELD i customName Ljd;
METHOD I_ 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
2019-01-09 12:20:38 -05:00
METHOD a interact (Lark;)Z
METHOD a execute (Lbcf;)Z
2018-12-12 12:12:26 -05:00
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
2019-01-09 12:20:38 -05:00
METHOD d getWorld ()Lut;
METHOD f getPos ()Lcms;
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