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

19 lines
652 B
Plaintext
Raw Normal View History

2019-04-12 10:38:24 -04:00
CLASS dad net/minecraft/client/gui/AbstractCommandBlockScreen
FIELD a consoleCommandTextField Lcwn;
FIELD b previousOutputTextField Lcwn;
FIELD c doneButton Lcwh;
FIELD d cancelButton Lcwh;
FIELD e toggleTrackingOutputButton Lcwh;
2019-03-20 13:56:26 -04:00
FIELD f trackingOutput Z
FIELD j parsedCommand Lcom/mojang/brigadier/ParseResults;
FIELD m suggestionsDisabled Z
2019-04-10 11:36:17 -04:00
METHOD a getCommandExecutor ()Lbgh;
METHOD a syncSettingsToServer (Lbgh;)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-27 14:35:10 -04:00
METHOD c updateTrackedOutput ()V
METHOD d commitAndClose ()V
2019-04-05 12:03:47 -04:00
METHOD e updateCommand ()V