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 - official - eti- intermediary - net/minecraft/class_408- named - net/minecraft/client/gui/screen/ChatScreen
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected TextFieldWidget(package private) ChatInputSuggestorprivate Stringprivate static final intprivate intprivate Stringstatic final doubleprivate static final TextFields inherited from class net.minecraft.client.gui.screen.Screenclient, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddScreenNarrations(NarrationMessageBuilder messageBuilder) getTextStyleAt(double x, double y) protected voidinit()Called when a screen should be initialized.protected voidinsertText(String text, boolean override) booleankeyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.booleanmouseClicked(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.booleanmouseScrolled(double mouseX, double mouseY, double amount) Callback for when a mouse button scroll event has been captured.Returns themessagenormalized by trimming it and then normalizing spaces.private voidonChatFieldUpdate(String chatText) voidremoved()voidrender(DrawContext context, int mouseX, int mouseY, float delta) voidresize(MinecraftClient client, int width, int height) booleansendMessage(String chatText, boolean addToHistory) voidsetChatFromHistory(int offset) private voidbooleanvoidtick()Methods inherited from class net.minecraft.client.gui.screen.ScreenaddDrawable, addDrawableChild, addElementNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderWithTooltip, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, switchFocus, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElementgetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementmouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseDragged, mouseReleased, setFocused
- 
Field Details- 
SHIFT_SCROLL_AMOUNTpublic static final double SHIFT_SCROLL_AMOUNT- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leti;a:D- intermediary - field_32237- Lnet/minecraft/class_408;field_32237:D- named - SHIFT_SCROLL_AMOUNT- Lnet/minecraft/client/gui/screen/ChatScreen;SHIFT_SCROLL_AMOUNT:D
 
- 
USAGE_TEXT- Mappings:
- Namespace - Name - Mixin selector - official - c- Leti;c:Lsw;- 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;
 
- 
MAX_INDICATOR_TOOLTIP_WIDTHprivate static final int MAX_INDICATOR_TOOLTIP_WIDTH- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - k- Leti;k:I- intermediary - field_39774- Lnet/minecraft/class_408;field_39774:I- named - MAX_INDICATOR_TOOLTIP_WIDTH- Lnet/minecraft/client/gui/screen/ChatScreen;MAX_INDICATOR_TOOLTIP_WIDTH:I
 
- 
chatLastMessage- Mappings:
- Namespace - Name - Mixin selector - official - l- Leti;l: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;
 
- 
messageHistorySizeprivate int messageHistorySize- Mappings:
- Namespace - Name - Mixin selector - official - m- Leti;m: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- Leti;b:Lepr;- 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 - n- Leti;n: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;
 
- 
chatInputSuggestorChatInputSuggestor chatInputSuggestor- Mappings:
- Namespace - Name - Mixin selector - official - o- Leti;o:Lepl;- intermediary - field_21616- Lnet/minecraft/class_408;field_21616:Lnet/minecraft/class_4717;- named - chatInputSuggestor- Lnet/minecraft/client/gui/screen/ChatScreen;chatInputSuggestor:Lnet/minecraft/client/gui/screen/ChatInputSuggestor;
 
 
- 
- 
Constructor Details- 
ChatScreen- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Leti;<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- 
initprotected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized. This should call Screen.setInitialFocus(net.minecraft.client.gui.Element)to set the element that is initially focused.
- 
resize
- 
removedpublic void removed()
- 
tickpublic void tick()
- 
onChatFieldUpdate- Mappings:
- Namespace - Name - Mixin selector - official - b- Leti;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
 
- 
keyPressedpublic 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 inGLFWclass.- Specified by:
- keyPressedin interface- Element
- Specified by:
- keyPressedin interface- ParentElement
- Overrides:
- keyPressedin class- Screen
- Parameters:
- keyCode- the named key code of the event as described in the- GLFWclass
- scanCode- the unique/platform-specific scan code of the keyboard input
- modifiers- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)
- Returns:
- trueto indicate that the event handling is successful/valid
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leqt;a(III)Z- intermediary - method_25404- Lnet/minecraft/class_364;method_25404(III)Z- named - keyPressed- Lnet/minecraft/client/gui/Element;keyPressed(III)Z
 
- 
mouseScrolledpublic 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 mouse
- mouseY- the Y coordinate of the mouse
- amount- value is- < 0if scrolled down,- > 0if scrolled up
- Returns:
- trueto indicate that the event handling is successful/valid
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leqt;a(DDD)Z- intermediary - method_25401- Lnet/minecraft/class_364;method_25401(DDD)Z- named - mouseScrolled- Lnet/minecraft/client/gui/Element;mouseScrolled(DDD)Z
 
- 
mouseClickedpublic 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 inGLFWclass.- Parameters:
- mouseX- the X coordinate of the mouse
- mouseY- the Y coordinate of the mouse
- button- the mouse button number
- Returns:
- trueto indicate that the event handling is successful/valid
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leqt;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:
- insertTextin class- Screen
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leuq;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
 
- 
setChatFromHistorypublic void setChatFromHistory(int offset) - Mappings:
- Namespace - Name - Mixin selector - official - a- Leti;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:
- renderin interface- Drawable
- Overrides:
- renderin class- Screen
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leqh;a(Leox;IIF)V- intermediary - method_25394- Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V- named - render- Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
 
- 
shouldPausepublic boolean shouldPause()- Overrides:
- shouldPausein class- Screen
- Mappings:
- Namespace - Name - Mixin selector - official - az_- Leuq;az_()Z- intermediary - method_25421- Lnet/minecraft/class_437;method_25421()Z- named - shouldPause- Lnet/minecraft/client/gui/screen/Screen;shouldPause()Z
 
- 
setText- Mappings:
- Namespace - Name - Mixin selector - official - c- Leti;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:
- addScreenNarrationsin class- Screen
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leuq;a(Lesp;)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
 
- 
getTextStyleAt- Mappings:
- Namespace - Name - Mixin selector - official - a- Leti;a(DD)Lts;- intermediary - method_44052- Lnet/minecraft/class_408;method_44052(DD)Lnet/minecraft/class_2583;- named - getTextStyleAt- Lnet/minecraft/client/gui/screen/ChatScreen;getTextStyleAt(DD)Lnet/minecraft/text/Style;
 
- 
sendMessage- Mappings:
- Namespace - Name - Mixin selector - official - b- Leti;b(Ljava/lang/String;Z)Z- intermediary - method_44056- Lnet/minecraft/class_408;method_44056(Ljava/lang/String;Z)Z- named - sendMessage- Lnet/minecraft/client/gui/screen/ChatScreen;sendMessage(Ljava/lang/String;Z)Z
 
- 
normalizeReturns themessagenormalized by trimming it and then normalizing spaces.- Returns:
- the messagenormalized by trimming it and then normalizing spaces
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leti;a(Ljava/lang/String;)Ljava/lang/String;- intermediary - method_44054- Lnet/minecraft/class_408;method_44054(Ljava/lang/String;)Ljava/lang/String;- named - normalize- Lnet/minecraft/client/gui/screen/ChatScreen;normalize(Ljava/lang/String;)Ljava/lang/String;
 
 
-