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:
IdentifibleBooleanConsumer
@Environment(CLIENT) public class SleepingChatScreen extends ChatScreen
- Mappings:
Namespace Name official axkintermediary net/minecraft/class_742named net/minecraft/client/gui/screen/SleepingChatScreen
-
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
BACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors Constructor Description SleepingChatScreen() -
Method Summary
Modifier and Type Method Description protected voidbuttonClicked(ButtonWidget button)voidinit()protected voidkeyPressed(char character, int code)private voidstopSleeping()Methods inherited from class net.minecraft.client.gui.screen.ChatScreen
handleMouse, insertText, mouseClicked, removed, render, setChatFromHistory, setSuggestions, shouldPauseGame, showSuggestion, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, getClipboard, handleInput, handleKeyboard, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, isCopy, isCut, isPaste, isSelectAll, 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 bLaxu;b()Vintermediary method_2795Lnet/minecraft/class_754;method_2795()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 aLaxu;a(CI)Vintermediary method_2781Lnet/minecraft/class_754;method_2781(CI)Vnamed keyPressedLnet/minecraft/client/gui/screen/Screen;keyPressed(CI)V
-
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLaxu;a(Lavs;)Vintermediary method_2787Lnet/minecraft/class_754;method_2787(Lnet/minecraft/class_685;)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 fLaxk;f()Vintermediary method_2760Lnet/minecraft/class_742;method_2760()Vnamed stopSleepingLnet/minecraft/client/gui/screen/SleepingChatScreen;stopSleeping()V
-