Package net.minecraft.client.gui.screen
Class SleepingChatScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ChatScreen
net.minecraft.client.gui.screen.SleepingChatScreen
- All Implemented Interfaces:
class_2844,IdentifibleBooleanConsumer
- Mappings:
Namespace Name official bhfintermediary net/minecraft/class_374named net/minecraft/client/gui/screen/SleepingChatScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.ChatScreen
ChatScreen.class_2843 -
Field Summary
Fields inherited from class net.minecraft.client.gui.screen.ChatScreen
chatFieldFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, height, itemRenderer, labels, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuttonClicked(ButtonWidget button) voidinit()protected voidkeyPressed(char character, int code) private voidMethods inherited from class net.minecraft.client.gui.screen.ChatScreen
handleMouse, insertText, method_12182, mouseClicked, removed, render, setChatFromHistory, shouldPauseGame, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, getClipboard, handleInput, handleKeyboard, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, isCopy, isCut, isPaste, isSelectAll, method_13411, mouseDragged, mouseReleased, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setClipboard, setScreenBoundsMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Constructor Details
-
SleepingChatScreen
public SleepingChatScreen()
-
-
Method Details
-
init
public void init()- Overrides:
initin classChatScreen- Mappings:
Namespace Name Mixin selector official bLbho;b()Vintermediary method_1044Lnet/minecraft/class_388;method_1044()Vnamed initLnet/minecraft/client/gui/screen/Screen;init()V
-
keyPressed
protected void keyPressed(char character, int code) - Overrides:
keyPressedin classChatScreen- Mappings:
Namespace Name Mixin selector official aLbho;a(CI)Vintermediary method_1024Lnet/minecraft/class_388;method_1024(CI)Vnamed keyPressedLnet/minecraft/client/gui/screen/Screen;keyPressed(CI)V
-
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLbho;a(Lbfm;)Vintermediary method_1027Lnet/minecraft/class_388;method_1027(Lnet/minecraft/class_356;)Vnamed buttonClickedLnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-
stopSleeping
private void stopSleeping()- Mappings:
Namespace Name Mixin selector official aLbhf;a()Vintermediary method_997Lnet/minecraft/class_374;method_997()Vnamed stopSleepingLnet/minecraft/client/gui/screen/SleepingChatScreen;stopSleeping()V
-