Package net.minecraft.client.gui.screens
Class ChatScreen
java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.ChatScreen
- All Implemented Interfaces:
ContainerEventHandler
,GuiEventListener
,Widget
- Direct Known Subclasses:
InBedChatScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screens.Screen
Screen.NarratableSearchResult
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private static final int
private ClientChatPreview
private final ChatPreviewAnimator
private ChatPreviewStatus
(package private) CommandSuggestions
private String
private int
private String
protected EditBox
static final double
private static final int
private static final Component
private static final int
private static final int
private static final int
private static final Component
private static final Component
private boolean
private static final int
private static final Component
Fields inherited from class net.minecraft.client.gui.screens.Screen
font, height, itemRenderer, minecraft, passEvents, renderables, title, width
Fields inherited from class net.minecraft.client.gui.GuiComponent
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate int
private int
chatPreviewHeight
(List<FormattedCharSequence> p_232714_) private int
private int
private int
chatPreviewTop
(int p_232709_) private int
private Style
getChatPreviewStyleAt
(double p_232716_, double p_232717_) private Style
getComponentStyleAt
(double p_232702_, double p_232703_) protected Component
boolean
handleChatInput
(String p_242400_, boolean p_242161_) protected void
init()
protected void
insertText
(String p_95606_, boolean p_95607_) boolean
boolean
keyPressed
(int p_95591_, int p_95592_, int p_95593_) boolean
mouseClicked
(double p_95585_, double p_95586_, int p_95587_) boolean
mouseScrolled
(double p_95581_, double p_95582_, double p_95583_) void
moveInHistory
(int p_95589_) normalizeChatMessage
(String p_232707_) private void
private Component
void
removed()
void
void
renderChatPreview
(PoseStack p_242432_, Component p_242318_, float p_242443_, boolean p_242189_) private void
renderChatPreviewHighlights
(PoseStack p_242454_, FormattedCharSequence p_242367_, int p_242163_, int p_242358_) private void
requestChatMessagePreview
(String p_232723_) private void
requestCommandArgumentPreview
(String p_232725_) private void
requestPreview
(String p_232721_) void
private boolean
private void
setChatLine
(String p_95613_) private List<FormattedCharSequence>
splitChatPreview
(Component p_242266_) void
tick()
private void
updateChatPreview
(String p_232719_) protected void
updateNarrationState
(NarrationElementOutput p_169238_) Methods inherited from class net.minecraft.client.gui.screens.Screen
addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, children, clearWidgets, findNarratableWidget, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, hideWidgets, init, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrationEnabled, onClose, onFilesDrop, rebuildWidgets, removeWidget, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderComponentTooltip, renderComponentTooltip, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderTooltip, shouldCloseOnEsc, triggerImmediateNarration, updateNarratedWidget, wrapScreenError
Methods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.GuiComponent
blit, blit, blit, blit, blit, blitOutlineBlack, disableScissor, drawCenteredString, drawCenteredString, drawCenteredString, drawString, drawString, drawString, enableScissor, fill, fillGradient, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
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.components.events.ContainerEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseDragged, mouseReleased, setInitialFocus
Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
mouseMoved
-
Field Details
-
CHAT_SIGNING_PENDING_INDICATOR_COLOR
private static final int CHAT_SIGNING_PENDING_INDICATOR_COLOR- See Also:
-
CHAT_SIGNING_READY_INDICATOR_COLOR
private static final int CHAT_SIGNING_READY_INDICATOR_COLOR- See Also:
-
PREVIEW_HIGHLIGHT_COLOR
private static final int PREVIEW_HIGHLIGHT_COLOR- See Also:
-
MOUSE_SCROLL_SPEED
public static final double MOUSE_SCROLL_SPEED- See Also:
-
USAGE_TEXT
-
PREVIEW_MARGIN_SIDES
private static final int PREVIEW_MARGIN_SIDES- See Also:
-
PREVIEW_PADDING
private static final int PREVIEW_PADDING- See Also:
-
PREVIEW_MARGIN_BOTTOM
private static final int PREVIEW_MARGIN_BOTTOM- See Also:
-
PREVIEW_WARNING_TITLE
-
PREVIEW_WARNING_TOAST
-
PREVIEW_INPUT_HINT
-
TOOLTIP_MAX_WIDTH
private static final int TOOLTIP_MAX_WIDTH- See Also:
-
historyBuffer
-
historyPos
private int historyPos -
input
-
initial
-
commandSuggestions
CommandSuggestions commandSuggestions -
chatPreview
-
chatPreviewStatus
-
previewNotRequired
private boolean previewNotRequired -
chatPreviewAnimator
-
-
Constructor Details
-
ChatScreen
-
-
Method Details
-
init
protected void init() -
resize
-
removed
public void removed() -
tick
public void tick() -
onEdited
-
updateChatPreview
-
requestPreview
-
requestChatMessagePreview
-
requestCommandArgumentPreview
-
sendsChatPreviewRequests
private boolean sendsChatPreviewRequests() -
keyPressed
public boolean keyPressed(int p_95591_, int p_95592_, int p_95593_) - Specified by:
keyPressed
in interfaceContainerEventHandler
- Specified by:
keyPressed
in interfaceGuiEventListener
- Overrides:
keyPressed
in classScreen
-
mouseScrolled
public boolean mouseScrolled(double p_95581_, double p_95582_, double p_95583_) -
mouseClicked
public boolean mouseClicked(double p_95585_, double p_95586_, int p_95587_) -
insertText
- Overrides:
insertText
in classScreen
-
moveInHistory
public void moveInHistory(int p_95589_) -
render
-
getDisplayedPreviewText
-
isPauseScreen
public boolean isPauseScreen()- Overrides:
isPauseScreen
in classScreen
-
setChatLine
-
updateNarrationState
- Overrides:
updateNarrationState
in classScreen
-
renderChatPreview
-
renderChatPreviewHighlights
private void renderChatPreviewHighlights(PoseStack p_242454_, FormattedCharSequence p_242367_, int p_242163_, int p_242358_) -
getComponentStyleAt
-
getChatPreviewStyleAt
-
peekPreview
-
splitChatPreview
-
chatPreviewWidth
private int chatPreviewWidth() -
chatPreviewHeight
-
chatPreviewBottom
private int chatPreviewBottom() -
chatPreviewTop
private int chatPreviewTop(int p_232709_) -
chatPreviewLeft
private int chatPreviewLeft() -
chatPreviewRight
private int chatPreviewRight() -
handleChatInput
-
normalizeChatMessage
-
getChatPreview
-