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

18 lines
623 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS czb net/minecraft/client/gui/AbstractCommandBlockScreen
FIELD a consoleCommandTextField Lcvi;
FIELD b previousOutputTextField Lcvi;
FIELD c doneButton Lcve;
FIELD d cancelButton Lcve;
FIELD e toggleTrackingOutputButton Lcve;
FIELD f trackingOutput Z
FIELD j parsedCommand Lcom/mojang/brigadier/ParseResults;
FIELD m suggestionsDisabled Z
METHOD a getCommandExecutor ()Lbfm;
METHOD a syncSettingsToServer (Lbfm;)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-20 13:56:26 -04:00
METHOD e updateTrackedOutput ()V
METHOD h updateCommand ()V