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 ejsintermediary net/minecraft/class_408named 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
FieldsModifier and TypeFieldDescriptionprivate static final Textprivate static final Textprivate static final Textprotected TextFieldWidgetprivate Stringprivate ChatPreviewer(package private) ChatInputSuggestorprivate static final intprivate intprivate Stringprivate static final intprivate static final intprivate static final intstatic final doubleprivate static final TextFields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTUREFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprivate intprivate intgetPreviewHeight(List<OrderedText> lines) private intprivate intprivate List<OrderedText>getPreviewTextStyleAt(double x, double y) private intgetPreviewTop(int previewHeight) private intgetTextStyleAt(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(MatrixStack matrices, int mouseX, int mouseY, float delta) voidrenderChatPreview(MatrixStack matrices) voidresize(MinecraftClient client, int width, int height) voidsendMessage(String chatText, boolean addToHistory) voidsetChatFromHistory(int offset) private voidbooleanprivate booleanReturns whether the client and the server both allow chat previews.voidtick()private voidtryRequestChatPreview(String chatText) private voidtryRequestCommandPreview(String chatText) private voidtryRequestPreview(String chatText) private voidupdatePreviewer(String chatText) Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getNarratedTitle, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hide, init, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, remove, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, shouldCloseOnEsc, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
disableScissor, drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, enableScissor, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseMovedMethods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseDragged, mouseReleased, setInitialFocus
-
Field Details
-
SHIFT_SCROLL_AMOUNT
public static final double SHIFT_SCROLL_AMOUNT- See Also:
- Mappings:
Namespace Name Mixin selector official aLejs;a:Dintermediary field_32237Lnet/minecraft/class_408;field_32237:Dnamed SHIFT_SCROLL_AMOUNTLnet/minecraft/client/gui/screen/ChatScreen;SHIFT_SCROLL_AMOUNT:D
-
USAGE_TEXT
- Mappings:
Namespace Name Mixin selector official cLejs;c:Lrm;intermediary field_33953Lnet/minecraft/class_408;field_33953:Lnet/minecraft/class_2561;named USAGE_TEXTLnet/minecraft/client/gui/screen/ChatScreen;USAGE_TEXT:Lnet/minecraft/text/Text;
-
PREVIEW_LEFT_MARGIN
private static final int PREVIEW_LEFT_MARGIN- See Also:
- Mappings:
Namespace Name Mixin selector official nLejs;n:Iintermediary field_39341Lnet/minecraft/class_408;field_39341:Inamed PREVIEW_LEFT_MARGINLnet/minecraft/client/gui/screen/ChatScreen;PREVIEW_LEFT_MARGIN:I
-
PREVIEW_RIGHT_MARGIN
private static final int PREVIEW_RIGHT_MARGIN- See Also:
- Mappings:
Namespace Name Mixin selector official oLejs;o:Iintermediary field_39342Lnet/minecraft/class_408;field_39342:Inamed PREVIEW_RIGHT_MARGINLnet/minecraft/client/gui/screen/ChatScreen;PREVIEW_RIGHT_MARGIN:I
-
PREVIEW_BOTTOM_MARGIN
private static final int PREVIEW_BOTTOM_MARGIN- See Also:
- Mappings:
Namespace Name Mixin selector official pLejs;p:Iintermediary field_39343Lnet/minecraft/class_408;field_39343:Inamed PREVIEW_BOTTOM_MARGINLnet/minecraft/client/gui/screen/ChatScreen;PREVIEW_BOTTOM_MARGIN:I
-
CHAT_PREVIEW_WARNING_TOAST_TITLE
- Mappings:
Namespace Name Mixin selector official qLejs;q:Lrm;intermediary field_39344Lnet/minecraft/class_408;field_39344:Lnet/minecraft/class_2561;named CHAT_PREVIEW_WARNING_TOAST_TITLELnet/minecraft/client/gui/screen/ChatScreen;CHAT_PREVIEW_WARNING_TOAST_TITLE:Lnet/minecraft/text/Text;
-
CHAT_PREVIEW_WARNING_TOAST_TEXT
- Mappings:
Namespace Name Mixin selector official rLejs;r:Lrm;intermediary field_39345Lnet/minecraft/class_408;field_39345:Lnet/minecraft/class_2561;named CHAT_PREVIEW_WARNING_TOAST_TEXTLnet/minecraft/client/gui/screen/ChatScreen;CHAT_PREVIEW_WARNING_TOAST_TEXT:Lnet/minecraft/text/Text;
-
CHAT_PREVIEW_PLACEHOLDER_TEXT
- Mappings:
Namespace Name Mixin selector official sLejs;s:Lrm;intermediary field_39346Lnet/minecraft/class_408;field_39346:Lnet/minecraft/class_2561;named CHAT_PREVIEW_PLACEHOLDER_TEXTLnet/minecraft/client/gui/screen/ChatScreen;CHAT_PREVIEW_PLACEHOLDER_TEXT:Lnet/minecraft/text/Text;
-
MAX_INDICATOR_TOOLTIP_WIDTH
private static final int MAX_INDICATOR_TOOLTIP_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector official tLejs;t:Iintermediary field_39774Lnet/minecraft/class_408;field_39774:Inamed MAX_INDICATOR_TOOLTIP_WIDTHLnet/minecraft/client/gui/screen/ChatScreen;MAX_INDICATOR_TOOLTIP_WIDTH:I
-
chatLastMessage
- Mappings:
Namespace Name Mixin selector official uLejs;u:Ljava/lang/String;intermediary field_2389Lnet/minecraft/class_408;field_2389:Ljava/lang/String;named chatLastMessageLnet/minecraft/client/gui/screen/ChatScreen;chatLastMessage:Ljava/lang/String;
-
messageHistorySize
private int messageHistorySize- Mappings:
Namespace Name Mixin selector official vLejs;v:Iintermediary field_2387Lnet/minecraft/class_408;field_2387:Inamed messageHistorySizeLnet/minecraft/client/gui/screen/ChatScreen;messageHistorySize:I
-
chatField
- Mappings:
Namespace Name Mixin selector official bLejs;b:Lehj;intermediary field_2382Lnet/minecraft/class_408;field_2382:Lnet/minecraft/class_342;named chatFieldLnet/minecraft/client/gui/screen/ChatScreen;chatField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
originalChatText
- Mappings:
Namespace Name Mixin selector official wLejs;w:Ljava/lang/String;intermediary field_18973Lnet/minecraft/class_408;field_18973:Ljava/lang/String;named originalChatTextLnet/minecraft/client/gui/screen/ChatScreen;originalChatText:Ljava/lang/String;
-
commandSuggestor
ChatInputSuggestor commandSuggestor- Mappings:
Namespace Name Mixin selector official xLejs;x:Lehe;intermediary field_21616Lnet/minecraft/class_408;field_21616:Lnet/minecraft/class_4717;named commandSuggestorLnet/minecraft/client/gui/screen/ChatScreen;commandSuggestor:Lnet/minecraft/client/gui/screen/ChatInputSuggestor;
-
chatPreviewer
- Mappings:
Namespace Name Mixin selector official yLejs;y:Legs;intermediary field_39347Lnet/minecraft/class_408;field_39347:Lnet/minecraft/class_7479;named chatPreviewerLnet/minecraft/client/gui/screen/ChatScreen;chatPreviewer:Lnet/minecraft/client/network/ChatPreviewer;
-
-
Constructor Details
-
ChatScreen
- Mappings:
Namespace Name Mixin selector official <init>Lejs;<init>(Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_408;<init>(Ljava/lang/String;)Vnamed <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 bLejs;b(Ljava/lang/String;)Vintermediary method_23945Lnet/minecraft/class_408;method_23945(Ljava/lang/String;)Vnamed onChatFieldUpdateLnet/minecraft/client/gui/screen/ChatScreen;onChatFieldUpdate(Ljava/lang/String;)V
-
updatePreviewer
- Mappings:
Namespace Name Mixin selector official cLejs;c(Ljava/lang/String;)Vintermediary method_44059Lnet/minecraft/class_408;method_44059(Ljava/lang/String;)Vnamed updatePreviewerLnet/minecraft/client/gui/screen/ChatScreen;updatePreviewer(Ljava/lang/String;)V
-
tryRequestPreview
- Mappings:
Namespace Name Mixin selector official dLejs;d(Ljava/lang/String;)Vintermediary method_44279Lnet/minecraft/class_408;method_44279(Ljava/lang/String;)Vnamed tryRequestPreviewLnet/minecraft/client/gui/screen/ChatScreen;tryRequestPreview(Ljava/lang/String;)V
-
tryRequestChatPreview
- Mappings:
Namespace Name Mixin selector official eLejs;e(Ljava/lang/String;)Vintermediary method_44280Lnet/minecraft/class_408;method_44280(Ljava/lang/String;)Vnamed tryRequestChatPreviewLnet/minecraft/client/gui/screen/ChatScreen;tryRequestChatPreview(Ljava/lang/String;)V
-
tryRequestCommandPreview
- Mappings:
Namespace Name Mixin selector official fLejs;f(Ljava/lang/String;)Vintermediary method_44281Lnet/minecraft/class_408;method_44281(Ljava/lang/String;)Vnamed tryRequestCommandPreviewLnet/minecraft/client/gui/screen/ChatScreen;tryRequestCommandPreview(Ljava/lang/String;)V
-
shouldPreviewChat
private boolean shouldPreviewChat()Returns whether the client and the server both allow chat previews.To check if the client allows chat previews, check the chat preview option. To check if the server allows chat previews, check
ServerInfo.shouldPreviewChat().- Returns:
- whether the client and the server both allow chat previews
- Mappings:
Namespace Name Mixin selector official jLejs;j()Zintermediary method_44061Lnet/minecraft/class_408;method_44061()Znamed shouldPreviewChatLnet/minecraft/client/gui/screen/ChatScreen;shouldPreviewChat()Z
-
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 inGLFWclass.- Specified by:
keyPressedin interfaceElement- Specified by:
keyPressedin interfaceParentElement- Overrides:
keyPressedin classScreen- Parameters:
keyCode- the named key code of the event as described in theGLFWclassscanCode- 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:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official aLeid;a(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Znamed keyPressedLnet/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< 0if scrolled down,> 0if scrolled up- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official aLeid;a(DDD)Zintermediary method_25401Lnet/minecraft/class_364;method_25401(DDD)Znamed mouseScrolledLnet/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 inGLFWclass.- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousebutton- the mouse button number- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official aLeid;a(DDI)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(DDI)Znamed mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
insertText
- Overrides:
insertTextin classScreen- Mappings:
Namespace Name Mixin selector official aLeky;a(Ljava/lang/String;Z)Vintermediary method_25415Lnet/minecraft/class_437;method_25415(Ljava/lang/String;Z)Vnamed insertTextLnet/minecraft/client/gui/screen/Screen;insertText(Ljava/lang/String;Z)V
-
setChatFromHistory
public void setChatFromHistory(int offset) - Mappings:
Namespace Name Mixin selector official aLejs;a(I)Vintermediary method_2114Lnet/minecraft/class_408;method_2114(I)Vnamed setChatFromHistoryLnet/minecraft/client/gui/screen/ChatScreen;setChatFromHistory(I)V
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLeia;a(Lead;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
shouldPause
public boolean shouldPause()- Overrides:
shouldPausein classScreen- Mappings:
Namespace Name Mixin selector official ah_Leky;ah_()Zintermediary method_25421Lnet/minecraft/class_437;method_25421()Znamed shouldPauseLnet/minecraft/client/gui/screen/Screen;shouldPause()Z
-
setText
- Mappings:
Namespace Name Mixin selector official gLejs;g(Ljava/lang/String;)Vintermediary method_2108Lnet/minecraft/class_408;method_2108(Ljava/lang/String;)Vnamed setTextLnet/minecraft/client/gui/screen/ChatScreen;setText(Ljava/lang/String;)V
-
addScreenNarrations
- Overrides:
addScreenNarrationsin classScreen- Mappings:
Namespace Name Mixin selector official aLeky;a(Lejh;)Vintermediary method_37062Lnet/minecraft/class_437;method_37062(Lnet/minecraft/class_6382;)Vnamed addScreenNarrationsLnet/minecraft/client/gui/screen/Screen;addScreenNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V
-
renderChatPreview
- Mappings:
Namespace Name Mixin selector official aLejs;a(Lead;)Vintermediary method_44053Lnet/minecraft/class_408;method_44053(Lnet/minecraft/class_4587;)Vnamed renderChatPreviewLnet/minecraft/client/gui/screen/ChatScreen;renderChatPreview(Lnet/minecraft/client/util/math/MatrixStack;)V
-
getTextStyleAt
- Mappings:
Namespace Name Mixin selector official aLejs;a(DD)Lsa;intermediary method_44052Lnet/minecraft/class_408;method_44052(DD)Lnet/minecraft/class_2583;named getTextStyleAtLnet/minecraft/client/gui/screen/ChatScreen;getTextStyleAt(DD)Lnet/minecraft/text/Style;
-
getPreviewTextStyleAt
- Mappings:
Namespace Name Mixin selector official cLejs;c(DD)Lsa;intermediary method_44058Lnet/minecraft/class_408;method_44058(DD)Lnet/minecraft/class_2583;named getPreviewTextStyleAtLnet/minecraft/client/gui/screen/ChatScreen;getPreviewTextStyleAt(DD)Lnet/minecraft/text/Style;
-
getPreviewText
- Mappings:
Namespace Name Mixin selector official yLejs;y()Ljava/util/List;intermediary method_44062Lnet/minecraft/class_408;method_44062()Ljava/util/List;named getPreviewTextLnet/minecraft/client/gui/screen/ChatScreen;getPreviewText()Ljava/util/List;
-
getPreviewWidth
private int getPreviewWidth()- Mappings:
Namespace Name Mixin selector official zLejs;z()Iintermediary method_44063Lnet/minecraft/class_408;method_44063()Inamed getPreviewWidthLnet/minecraft/client/gui/screen/ChatScreen;getPreviewWidth()I
-
getPreviewHeight
- Mappings:
Namespace Name Mixin selector official bLejs;b(Ljava/util/List;)Iintermediary method_44057Lnet/minecraft/class_408;method_44057(Ljava/util/List;)Inamed getPreviewHeightLnet/minecraft/client/gui/screen/ChatScreen;getPreviewHeight(Ljava/util/List;)I
-
getPreviewBottom
private int getPreviewBottom()- Mappings:
Namespace Name Mixin selector official ALejs;A()Iintermediary method_44064Lnet/minecraft/class_408;method_44064()Inamed getPreviewBottomLnet/minecraft/client/gui/screen/ChatScreen;getPreviewBottom()I
-
getPreviewTop
private int getPreviewTop(int previewHeight) - Mappings:
Namespace Name Mixin selector official bLejs;b(I)Iintermediary method_44055Lnet/minecraft/class_408;method_44055(I)Inamed getPreviewTopLnet/minecraft/client/gui/screen/ChatScreen;getPreviewTop(I)I
-
getPreviewLeft
private int getPreviewLeft()- Mappings:
Namespace Name Mixin selector official BLejs;B()Iintermediary method_44050Lnet/minecraft/class_408;method_44050()Inamed getPreviewLeftLnet/minecraft/client/gui/screen/ChatScreen;getPreviewLeft()I
-
getPreviewRight
private int getPreviewRight()- Mappings:
Namespace Name Mixin selector official CLejs;C()Iintermediary method_44051Lnet/minecraft/class_408;method_44051()Inamed getPreviewRightLnet/minecraft/client/gui/screen/ChatScreen;getPreviewRight()I
-
sendMessage
- Mappings:
Namespace Name Mixin selector official bLejs;b(Ljava/lang/String;Z)Vintermediary method_44056Lnet/minecraft/class_408;method_44056(Ljava/lang/String;Z)Vnamed sendMessageLnet/minecraft/client/gui/screen/ChatScreen;sendMessage(Ljava/lang/String;Z)V
-
normalize
Returns themessagenormalized by trimming it and then normalizing spaces.- Returns:
- the
messagenormalized by trimming it and then normalizing spaces - Mappings:
Namespace Name Mixin selector official aLejs;a(Ljava/lang/String;)Ljava/lang/String;intermediary method_44054Lnet/minecraft/class_408;method_44054(Ljava/lang/String;)Ljava/lang/String;named normalizeLnet/minecraft/client/gui/screen/ChatScreen;normalize(Ljava/lang/String;)Ljava/lang/String;
-
getChatPreviewer
- Mappings:
Namespace Name Mixin selector official hLejs;h()Legs;intermediary method_44060Lnet/minecraft/class_408;method_44060()Lnet/minecraft/class_7479;named getChatPreviewerLnet/minecraft/client/gui/screen/ChatScreen;getChatPreviewer()Lnet/minecraft/client/network/ChatPreviewer;
-