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

17 lines
599 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS cza net/minecraft/client/gui/AbstractCommandBlockScreen
FIELD a consoleCommandTextField Lcuy;
FIELD b previousOutputTextField Lcuy;
FIELD g doneButton Lcuu;
FIELD h cancelButton Lcuu;
FIELD i toggleTrackingOutputButton Lcuu;
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 08:57:09 -04:00
METHOD a syncSettingsToServer (Lbff;)V
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 08:57:09 -04:00
METHOD k getCommandExecutor ()Lbff;
METHOD m updateTrackedOutput ()V
METHOD s updateCommand ()V