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

19 lines
652 B
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS czy net/minecraft/client/gui/AbstractCommandBlockScreen
FIELD a consoleCommandTextField Lcwi;
FIELD b previousOutputTextField Lcwi;
FIELD c doneButton Lcwd;
FIELD d cancelButton Lcwd;
FIELD e toggleTrackingOutputButton Lcwd;
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-05 12:03:47 -04:00
METHOD a getCommandExecutor ()Lbge;
METHOD a syncSettingsToServer (Lbge;)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