yarn/mappings/net/minecraft/client/gui/AbstractCommandBlockScreen....

18 lines
623 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS cyz net/minecraft/client/gui/AbstractCommandBlockScreen
FIELD a consoleCommandTextField Lcux;
FIELD b previousOutputTextField Lcux;
FIELD g doneButton Lcut;
FIELD h cancelButton Lcut;
FIELD i toggleTrackingOutputButton Lcut;
2019-02-18 16:02:56 -05:00
FIELD s trackingOutput Z
2019-02-16 15:49:37 -05:00
FIELD w parsedCommand Lcom/mojang/brigadier/ParseResults;
FIELD z suggestionsDisabled Z
2019-03-14 11:39:51 -04:00
METHOD a syncSettingsToServer (Lbfe;)V
2019-03-16 09:29:27 -04:00
ARG 1 commandExecutor
2019-02-16 15:49:37 -05:00
METHOD a setCommand (Ljava/lang/String;)V
ARG 1 command
2019-02-20 15:49:23 -05:00
METHOD b onCommandChanged (Ljava/lang/String;)V
2019-03-14 11:39:51 -04:00
METHOD k getCommandExecutor ()Lbfe;
2019-03-14 08:57:09 -04:00
METHOD m updateTrackedOutput ()V
METHOD s updateCommand ()V