Package net.minecraft.client.gui.screen
Class ChatScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ChatScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,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 named net/minecraft/client/gui/screen/ChatScreen
intermediary net/minecraft/class_408
official flv
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprotected TextFieldWidget
(package private) ChatInputSuggestor
private String
private static final int
private int
private String
static final double
private static final Text
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addScreenNarrations
(NarrationMessageBuilder messageBuilder) getTextStyleAt
(double x, double y) protected void
init()
Called when a screen should be initialized.protected void
insertText
(String text, boolean override) 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 horizontalAmount, double verticalAmount) Callback for when a mouse button scroll event has been captured.Returns themessage
normalized by trimming it and then normalizing spaces.private void
onChatFieldUpdate
(String chatText) void
removed()
void
render
(DrawContext context, int mouseX, int mouseY, float delta) void
renderBackground
(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.void
resize
(MinecraftClient client, int width, int height) void
sendMessage
(String chatText, boolean addToHistory) void
setChatFromHistory
(int offset) protected void
private void
boolean
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, initTabNavigation, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, switchFocus, tick, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
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.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseDragged, mouseReleased, setFocused
-
Field Details
-
SHIFT_SCROLL_AMOUNT
public static final double SHIFT_SCROLL_AMOUNT- See Also:
- Mappings:
Namespace Name Mixin selector named SHIFT_SCROLL_AMOUNT
Lnet/minecraft/client/gui/screen/ChatScreen;SHIFT_SCROLL_AMOUNT:D
intermediary field_32237
Lnet/minecraft/class_408;field_32237:D
official a
Lflv;a:D
-
USAGE_TEXT
- Mappings:
Namespace Name Mixin selector named USAGE_TEXT
Lnet/minecraft/client/gui/screen/ChatScreen;USAGE_TEXT:Lnet/minecraft/text/Text;
intermediary field_33953
Lnet/minecraft/class_408;field_33953:Lnet/minecraft/class_2561;
official c
Lflv;c:Lxp;
-
MAX_INDICATOR_TOOLTIP_WIDTH
private static final int MAX_INDICATOR_TOOLTIP_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_INDICATOR_TOOLTIP_WIDTH
Lnet/minecraft/client/gui/screen/ChatScreen;MAX_INDICATOR_TOOLTIP_WIDTH:I
intermediary field_39774
Lnet/minecraft/class_408;field_39774:I
official d
Lflv;d:I
-
chatLastMessage
- Mappings:
Namespace Name Mixin selector named chatLastMessage
Lnet/minecraft/client/gui/screen/ChatScreen;chatLastMessage:Ljava/lang/String;
intermediary field_2389
Lnet/minecraft/class_408;field_2389:Ljava/lang/String;
official r
Lflv;r:Ljava/lang/String;
-
messageHistoryIndex
private int messageHistoryIndex- Mappings:
Namespace Name Mixin selector named messageHistoryIndex
Lnet/minecraft/client/gui/screen/ChatScreen;messageHistoryIndex:I
intermediary field_2387
Lnet/minecraft/class_408;field_2387:I
official s
Lflv;s:I
-
chatField
- Mappings:
Namespace Name Mixin selector named chatField
Lnet/minecraft/client/gui/screen/ChatScreen;chatField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
intermediary field_2382
Lnet/minecraft/class_408;field_2382:Lnet/minecraft/class_342;
official b
Lflv;b:Lfhp;
-
originalChatText
- Mappings:
Namespace Name Mixin selector named originalChatText
Lnet/minecraft/client/gui/screen/ChatScreen;originalChatText:Ljava/lang/String;
intermediary field_18973
Lnet/minecraft/class_408;field_18973:Ljava/lang/String;
official u
Lflv;u:Ljava/lang/String;
-
chatInputSuggestor
ChatInputSuggestor chatInputSuggestor- Mappings:
Namespace Name Mixin selector named chatInputSuggestor
Lnet/minecraft/client/gui/screen/ChatScreen;chatInputSuggestor:Lnet/minecraft/client/gui/screen/ChatInputSuggestor;
intermediary field_21616
Lnet/minecraft/class_408;field_21616:Lnet/minecraft/class_4717;
official v
Lflv;v:Lfhj;
-
-
Constructor Details
-
ChatScreen
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/screen/ChatScreen;<init>(Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_408;<init>(Ljava/lang/String;)V
official <init>
Lflv;<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.
This should call
setInitialFocus()
to set the element that is initially focused. -
setInitialFocus
protected void setInitialFocus()- Overrides:
setInitialFocus
in classScreen
- Mappings:
Namespace Name Mixin selector named setInitialFocus
Lnet/minecraft/client/gui/screen/Screen;setInitialFocus()V
intermediary method_56131
Lnet/minecraft/class_437;method_56131()V
official aB_
Lfnf;aB_()V
-
resize
-
removed
public void removed() -
onChatFieldUpdate
- Mappings:
Namespace Name Mixin selector named onChatFieldUpdate
Lnet/minecraft/client/gui/screen/ChatScreen;onChatFieldUpdate(Ljava/lang/String;)V
intermediary method_23945
Lnet/minecraft/class_408;method_23945(Ljava/lang/String;)V
official b
Lflv;b(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 named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
official a
Lfjc;a(III)Z
-
mouseScrolled
public boolean mouseScrolled(double mouseX, double mouseY, double horizontalAmount, double verticalAmount) Callback for when a mouse button scroll event has been captured.- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousehorizontalAmount
- the horizontal scroll amountverticalAmount
- the vertical scroll amount- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseScrolled
Lnet/minecraft/client/gui/Element;mouseScrolled(DDDD)Z
intermediary method_25401
Lnet/minecraft/class_364;method_25401(DDDD)Z
official a
Lfjc;a(DDDD)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 named mouseClicked
Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
intermediary method_25402
Lnet/minecraft/class_364;method_25402(DDI)Z
official a
Lfjc;a(DDI)Z
-
insertText
- Overrides:
insertText
in classScreen
- Mappings:
Namespace Name Mixin selector named insertText
Lnet/minecraft/client/gui/screen/Screen;insertText(Ljava/lang/String;Z)V
intermediary method_25415
Lnet/minecraft/class_437;method_25415(Ljava/lang/String;Z)V
official a_
Lfnf;a_(Ljava/lang/String;Z)V
-
setChatFromHistory
public void setChatFromHistory(int offset) - Mappings:
Namespace Name Mixin selector named setChatFromHistory
Lnet/minecraft/client/gui/screen/ChatScreen;setChatFromHistory(I)V
intermediary method_2114
Lnet/minecraft/class_408;method_2114(I)V
official a
Lflv;a(I)V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
official a
Lfij;a(Lfgt;IIF)V
-
renderBackground
Renders the background of this screen.If the client is in a world, renders the translucent background gradient. Otherwise renders the background texture.
- Overrides:
renderBackground
in classScreen
- Mappings:
Namespace Name Mixin selector named renderBackground
Lnet/minecraft/client/gui/screen/Screen;renderBackground(Lnet/minecraft/client/gui/DrawContext;IIF)V
intermediary method_25420
Lnet/minecraft/class_437;method_25420(Lnet/minecraft/class_332;IIF)V
official b
Lfnf;b(Lfgt;IIF)V
-
shouldPause
public boolean shouldPause()- Overrides:
shouldPause
in classScreen
- Mappings:
Namespace Name Mixin selector named shouldPause
Lnet/minecraft/client/gui/screen/Screen;shouldPause()Z
intermediary method_25421
Lnet/minecraft/class_437;method_25421()Z
official k
Lfnf;k()Z
-
setText
- Mappings:
Namespace Name Mixin selector named setText
Lnet/minecraft/client/gui/screen/ChatScreen;setText(Ljava/lang/String;)V
intermediary method_2108
Lnet/minecraft/class_408;method_2108(Ljava/lang/String;)V
official c
Lflv;c(Ljava/lang/String;)V
-
addScreenNarrations
- Overrides:
addScreenNarrations
in classScreen
- Mappings:
Namespace Name Mixin selector named addScreenNarrations
Lnet/minecraft/client/gui/screen/Screen;addScreenNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V
intermediary method_37062
Lnet/minecraft/class_437;method_37062(Lnet/minecraft/class_6382;)V
official a
Lfnf;a(Lflc;)V
-
getTextStyleAt
- Mappings:
Namespace Name Mixin selector named getTextStyleAt
Lnet/minecraft/client/gui/screen/ChatScreen;getTextStyleAt(DD)Lnet/minecraft/text/Style;
intermediary method_44052
Lnet/minecraft/class_408;method_44052(DD)Lnet/minecraft/class_2583;
official b
Lflv;b(DD)Lym;
-
sendMessage
- Mappings:
Namespace Name Mixin selector named sendMessage
Lnet/minecraft/client/gui/screen/ChatScreen;sendMessage(Ljava/lang/String;Z)V
intermediary method_44056
Lnet/minecraft/class_408;method_44056(Ljava/lang/String;Z)V
official b
Lflv;b(Ljava/lang/String;Z)V
-
normalize
Returns themessage
normalized by trimming it and then normalizing spaces.- Returns:
- the
message
normalized by trimming it and then normalizing spaces - Mappings:
Namespace Name Mixin selector named normalize
Lnet/minecraft/client/gui/screen/ChatScreen;normalize(Ljava/lang/String;)Ljava/lang/String;
intermediary method_44054
Lnet/minecraft/class_408;method_44054(Ljava/lang/String;)Ljava/lang/String;
official a
Lflv;a(Ljava/lang/String;)Ljava/lang/String;
-