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

30 lines
943 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS bbp net/minecraft/sortme/CommandBlockExecutor
2019-01-09 12:20:38 -05:00
FIELD b DATE_FORMAT Ljava/text/SimpleDateFormat;
FIELD c lastExecution J
FIELD d updateLastExecution Z
FIELD e successCount I
FIELD f trackOutput Z
2019-01-16 13:24:40 -05:00
FIELD g lastOutput Ljb;
2019-01-09 12:20:38 -05:00
FIELD h command Ljava/lang/String;
2019-01-16 13:24:40 -05:00
FIELD i customName Ljb;
2019-01-09 12:20:38 -05:00
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-16 13:24:40 -05:00
METHOD a interact (Larj;)Z
METHOD a execute (Lbci;)Z
METHOD a serialize (Lhq;)Lhq;
2016-10-18 11:31:59 -04:00
METHOD a setCommand (Ljava/lang/String;)V
2019-01-16 13:24:40 -05:00
METHOD a appendCommandFeedback (Ljb;)V
2016-09-12 16:28:44 -04:00
METHOD a shouldTrackOutput (Z)V
METHOD b shouldTrackOutput ()Z
2019-01-16 13:24:40 -05:00
METHOD b deserialize (Lhq;)V
METHOD b setCustomName (Ljb;)V
METHOD c setLastOutput (Ljb;)V
METHOD d getWorld ()Lur;
METHOD f getPos ()Lcmx;
METHOD i getSuccessCount ()I
2019-01-16 13:24:40 -05:00
METHOD j getLastOutput ()Ljb;
METHOD k getCommand ()Ljava/lang/String;
2019-01-16 13:24:40 -05:00
METHOD l getCustomName ()Ljb;
METHOD m isTrackingOutput ()Z