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

20 lines
681 B
Plaintext
Raw Normal View History

2019-04-03 12:16:41 -04:00
CLASS czu net/minecraft/client/gui/AbstractCommandBlockScreen
FIELD a consoleCommandTextField Lcwe;
FIELD b previousOutputTextField Lcwe;
FIELD c doneButton Lcvz;
FIELD d cancelButton Lcvz;
FIELD e toggleTrackingOutputButton Lcvz;
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-03 12:16:41 -04:00
METHOD a getCommandExecutor ()Lbgd;
METHOD a syncSettingsToServer (Lbgd;)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
METHOD e cancelAndClose ()V
2019-03-27 14:35:10 -04:00
METHOD f updateCommand ()V