Package net.minecraft.client.gui.screen
Class SleepingChatScreen
java.lang.Object
net.minecraft.client.gui.DrawContext
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ChatScreen
net.minecraft.client.gui.screen.SleepingChatScreen
- Mappings:
Namespace Name intermediary net/minecraft/class_222glue class_241server net/minecraft/class_222client ghnamed net/minecraft/client/gui/screen/SleepingChatScreen
-
Field Summary
Fields inherited from class net.minecraft.client.gui.screen.ChatScreen
textFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, field_155, field_157, height, minecraft, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawContext
zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuttonClicked(ButtonWidget button) voidinit()protected voidkeyPressed(char character, int keyCode) voidremoved()voidrender(int mouseX, int mouseY, float delta) private voidMethods inherited from class net.minecraft.client.gui.screen.ChatScreen
mouseClicked, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
confirmed, getClipboard, handleTab, init, mouseReleased, onKeyboardEvent, onMouseEvent, renderBackground, renderBackground, renderBackgroundTexture, shouldPause, tickInputMethods inherited from class net.minecraft.client.gui.DrawContext
drawCenteredTextWithShadow, drawHorizontalLine, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient
-
Constructor Details
-
SleepingChatScreen
public SleepingChatScreen()
-
-
Method Details
-
init
public void init()- Overrides:
initin classChatScreen- Mappings:
Namespace Name Mixin selector intermediary method_119Lnet/minecraft/class_32;method_119()Vglue method_252Lclass_117;method_252()Vserver method_119Lnet/minecraft/class_32;method_119()Vclient bLda;b()Vnamed initLnet/minecraft/client/gui/screen/Screen;init()V
-
removed
public void removed()- Overrides:
removedin classChatScreen- Mappings:
Namespace Name Mixin selector intermediary method_133Lnet/minecraft/class_32;method_133()Vglue method_425Lclass_117;method_425()Vserver method_133Lnet/minecraft/class_32;method_133()Vclient hLda;h()Vnamed removedLnet/minecraft/client/gui/screen/Screen;removed()V
-
keyPressed
protected void keyPressed(char character, int keyCode) - Overrides:
keyPressedin classChatScreen- Mappings:
Namespace Name Mixin selector intermediary method_117Lnet/minecraft/class_32;method_117(CI)Vglue method_250Lclass_117;method_250(CI)Vserver method_117Lnet/minecraft/class_32;method_117(CI)Vclient aLda;a(CI)Vnamed keyPressedLnet/minecraft/client/gui/screen/Screen;keyPressed(CI)V
-
render
public void render(int mouseX, int mouseY, float delta) - Overrides:
renderin classChatScreen- Mappings:
Namespace Name Mixin selector intermediary method_118Lnet/minecraft/class_32;method_118(IIF)Vglue method_251Lclass_117;method_251(IIF)Vserver method_118Lnet/minecraft/class_32;method_118(IIF)Vclient aLda;a(IIF)Vnamed renderLnet/minecraft/client/gui/screen/Screen;render(IIF)V
-
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector intermediary method_120Lnet/minecraft/class_32;method_120(Lnet/minecraft/class_33;)Vglue method_257Lclass_117;method_257(Lclass_389;)Vserver method_120Lnet/minecraft/class_32;method_120(Lnet/minecraft/class_33;)Vclient aLda;a(Lke;)Vnamed buttonClickedLnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-
stopSleeping
private void stopSleeping()- Mappings:
Namespace Name Mixin selector intermediary method_758Lnet/minecraft/class_222;method_758()Vglue method_1121Lclass_241;method_1121()Vserver method_758Lnet/minecraft/class_222;method_758()Vclient kLgh;k()Vnamed stopSleepingLnet/minecraft/client/gui/screen/SleepingChatScreen;stopSleeping()V
-