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

37 lines
982 B
Plaintext
Raw Normal View History

2019-04-17 12:41:25 -04:00
CLASS dai net/minecraft/client/gui/AbstractCommandBlockScreen
FIELD a consoleCommandTextField Lcws;
FIELD b previousOutputTextField Lcws;
FIELD c doneButton Lcwm;
FIELD d cancelButton Lcwm;
FIELD e toggleTrackingOutputButton Lcwm;
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-17 12:41:25 -04:00
METHOD a getCommandExecutor ()Lbgm;
METHOD a syncSettingsToServer (Lbgm;)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
2019-04-16 11:51:03 -04:00
METHOD keyPressed (III)Z
ARG 1 keyCode
ARG 2 scanCode
ARG 3 modifiers
METHOD mouseClicked (DDI)Z
ARG 1 mouseX
ARG 3 mouseY
ARG 5 button
METHOD mouseScrolled (DDD)Z
ARG 5 amount
METHOD render (IIF)V
ARG 1 mouseX
ARG 2 mouseY
ARG 3 delta
2019-04-17 12:41:25 -04:00
METHOD resize (Lcvg;II)V
2019-04-16 11:51:03 -04:00
ARG 1 client
ARG 2 width
ARG 3 height