Package net.minecraft.client.gui.screen
Class ChatScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ChatScreen
- All Implemented Interfaces:
Drawable
,Element
,ParentElement
- Direct Known Subclasses:
SleepingChatScreen
A screen that allows player to input a chat message. It can be opened by
pressing the
chat key or the command key.
- See Also:
- Mappings:
Namespace Name official ebn
intermediary net/minecraft/class_408
named net/minecraft/client/gui/screen/ChatScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprotected TextFieldWidget
private String
(package private) CommandSuggestor
private int
private final String
static final int
private static final Text
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, title, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
init()
Called when a screen should be initialized.protected void
insertText
(String text, boolean override) boolean
boolean
keyPressed
(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.boolean
mouseClicked
(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.boolean
mouseScrolled
(double mouseX, double mouseY, double amount) Callback for when a mouse button scroll event has been captured.private void
onChatFieldUpdate
(String chatText) void
removed()
void
render
(MatrixStack matrices, int mouseX, int mouseY, float delta) void
resize
(MinecraftClient client, int width, int height) void
setChatFromHistory
(int offset) private void
void
tick()
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearChildren, filesDragged, findSelectedElementData, getNarratedTitle, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onClose, remove, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, sendMessage, sendMessage, shouldCloseOnEsc, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseDragged, mouseReleased, setInitialFocus
-
Field Details
-
SHIFT_SCROLL_AMOUNT
public static final int SHIFT_SCROLL_AMOUNT- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lebn;a:I
intermediary field_32237
Lnet/minecraft/class_408;field_32237:I
named SHIFT_SCROLL_AMOUNT
Lnet/minecraft/client/gui/screen/ChatScreen;SHIFT_SCROLL_AMOUNT:I
-
USAGE_TEXT
- Mappings:
Namespace Name Mixin selector official c
Lebn;c:Lpz;
intermediary field_33953
Lnet/minecraft/class_408;field_33953:Lnet/minecraft/class_2561;
named USAGE_TEXT
Lnet/minecraft/client/gui/screen/ChatScreen;USAGE_TEXT:Lnet/minecraft/text/Text;
-
chatLastMessage
- Mappings:
Namespace Name Mixin selector official n
Lebn;n:Ljava/lang/String;
intermediary field_2389
Lnet/minecraft/class_408;field_2389:Ljava/lang/String;
named chatLastMessage
Lnet/minecraft/client/gui/screen/ChatScreen;chatLastMessage:Ljava/lang/String;
-
messageHistorySize
private int messageHistorySize- Mappings:
Namespace Name Mixin selector official o
Lebn;o:I
intermediary field_2387
Lnet/minecraft/class_408;field_2387:I
named messageHistorySize
Lnet/minecraft/client/gui/screen/ChatScreen;messageHistorySize:I
-
chatField
- Mappings:
Namespace Name Mixin selector official b
Lebn;b:Ldzi;
intermediary field_2382
Lnet/minecraft/class_408;field_2382:Lnet/minecraft/class_342;
named chatField
Lnet/minecraft/client/gui/screen/ChatScreen;chatField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
originalChatText
- Mappings:
Namespace Name Mixin selector official p
Lebn;p:Ljava/lang/String;
intermediary field_18973
Lnet/minecraft/class_408;field_18973:Ljava/lang/String;
named originalChatText
Lnet/minecraft/client/gui/screen/ChatScreen;originalChatText:Ljava/lang/String;
-
commandSuggestor
CommandSuggestor commandSuggestor- Mappings:
Namespace Name Mixin selector official q
Lebn;q:Ldzd;
intermediary field_21616
Lnet/minecraft/class_408;field_21616:Lnet/minecraft/class_4717;
named commandSuggestor
Lnet/minecraft/client/gui/screen/ChatScreen;commandSuggestor:Lnet/minecraft/client/gui/screen/CommandSuggestor;
-
-
Constructor Details
-
ChatScreen
- Mappings:
Namespace Name Mixin selector official <init>
Lebn;<init>(Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_408;<init>(Ljava/lang/String;)V
named <init>
Lnet/minecraft/client/gui/screen/ChatScreen;<init>(Ljava/lang/String;)V
-
-
Method Details
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
resize
-
removed
public void removed() -
tick
public void tick() -
onChatFieldUpdate
- Mappings:
Namespace Name Mixin selector official b
Lebn;b(Ljava/lang/String;)V
intermediary method_23945
Lnet/minecraft/class_408;method_23945(Ljava/lang/String;)V
named onChatFieldUpdate
Lnet/minecraft/client/gui/screen/ChatScreen;onChatFieldUpdate(Ljava/lang/String;)V
-
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFW
class.- Specified by:
keyPressed
in interfaceElement
- Specified by:
keyPressed
in interfaceParentElement
- Overrides:
keyPressed
in classScreen
- Parameters:
keyCode
- the named key code of the event as described in theGLFW
classscanCode
- the unique/platform-specific scan code of the keyboard inputmodifiers
- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official a
Ldzy;a(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
-
mouseScrolled
public boolean mouseScrolled(double mouseX, double mouseY, double amount) Callback for when a mouse button scroll event has been captured.- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mouseamount
- value is< 0
if scrolled down,> 0
if scrolled up- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official a
Ldzy;a(DDD)Z
intermediary method_25401
Lnet/minecraft/class_364;method_25401(DDD)Z
named mouseScrolled
Lnet/minecraft/client/gui/Element;mouseScrolled(DDD)Z
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFW
class.- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousebutton
- the mouse button number- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official a
Ldzy;a(DDI)Z
intermediary method_25402
Lnet/minecraft/class_364;method_25402(DDI)Z
named mouseClicked
Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
insertText
- Overrides:
insertText
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Lecr;a(Ljava/lang/String;Z)V
intermediary method_25415
Lnet/minecraft/class_437;method_25415(Ljava/lang/String;Z)V
named insertText
Lnet/minecraft/client/gui/screen/Screen;insertText(Ljava/lang/String;Z)V
-
setChatFromHistory
public void setChatFromHistory(int offset) - Mappings:
Namespace Name Mixin selector official a
Lebn;a(I)V
intermediary method_2114
Lnet/minecraft/class_408;method_2114(I)V
named setChatFromHistory
Lnet/minecraft/client/gui/screen/ChatScreen;setChatFromHistory(I)V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Ldzv;a(Ldsj;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
isPauseScreen
public boolean isPauseScreen()- Overrides:
isPauseScreen
in classScreen
- Mappings:
Namespace Name Mixin selector official ah_
Lecr;ah_()Z
intermediary method_25421
Lnet/minecraft/class_437;method_25421()Z
named isPauseScreen
Lnet/minecraft/client/gui/screen/Screen;isPauseScreen()Z
-
setText
- Mappings:
Namespace Name Mixin selector official c
Lebn;c(Ljava/lang/String;)V
intermediary method_2108
Lnet/minecraft/class_408;method_2108(Ljava/lang/String;)V
named setText
Lnet/minecraft/client/gui/screen/ChatScreen;setText(Ljava/lang/String;)V
-
addScreenNarrations
- Overrides:
addScreenNarrations
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Lecr;a(Lebd;)V
intermediary method_37062
Lnet/minecraft/class_437;method_37062(Lnet/minecraft/class_6382;)V
named addScreenNarrations
Lnet/minecraft/client/gui/screen/Screen;addScreenNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V
-