Class ChatComponent
java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.components.ChatComponent
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<GuiMessage>
private int
private static final org.slf4j.Logger
private static final int
private static final int
private static final int
private static final int
private final Minecraft
private boolean
private final List<GuiMessage.Line>
Fields inherited from class net.minecraft.client.gui.GuiComponent
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMessage
(Component p_93786_) private void
addMessage
(Component p_240562_, MessageSignature p_241566_, int p_240583_, GuiMessageTag p_240624_, boolean p_240558_) void
addMessage
(Component p_241484_, MessageSignature p_241323_, GuiMessageTag p_241297_) void
addRecentChat
(String p_93784_) void
clearMessages
(boolean p_93796_) static double
void
deleteMessage
(MessageSignature p_241324_) private void
drawTagIcon
(PoseStack p_240586_, int p_240593_, int p_240610_, GuiMessageTag.Icon p_240605_) getClickedComponentStyleAt
(double p_93801_, double p_93802_) int
static int
getHeight
(double p_93812_) private int
int
private int
getMessageIndexAt
(double p_240641_) getMessageTagAt
(double p_240576_, double p_240554_) double
getScale()
private int
getTagIconLeft
(GuiMessage.Line p_240622_) private static double
getTimeFactor
(int p_93776_) int
getWidth()
static int
getWidth
(double p_93799_) boolean
handleChatQueueClicked
(double p_93773_, double p_93774_) private boolean
hasSelectedMessageTag
(double p_240619_, GuiMessage.Line p_240547_, GuiMessageTag p_240637_) private boolean
private boolean
private void
logChatMessage
(Component p_242919_, GuiMessageTag p_242840_) private void
void
void
void
private double
screenToChatX
(double p_240580_) private double
screenToChatY
(double p_240548_) void
scrollChat
(int p_205361_) 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
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
MAX_CHAT_HISTORY
private static final int MAX_CHAT_HISTORY- See Also:
-
MESSAGE_NOT_FOUND
private static final int MESSAGE_NOT_FOUND- See Also:
-
MESSAGE_INDENT
private static final int MESSAGE_INDENT- See Also:
-
MESSAGE_TAG_MARGIN_LEFT
private static final int MESSAGE_TAG_MARGIN_LEFT- See Also:
-
minecraft
-
recentChat
-
allMessages
-
trimmedMessages
-
chatScrollbarPos
private int chatScrollbarPos -
newMessageSinceScroll
private boolean newMessageSinceScroll
-
-
Constructor Details
-
ChatComponent
-
-
Method Details
-
render
-
drawTagIcon
private void drawTagIcon(PoseStack p_240586_, int p_240593_, int p_240610_, GuiMessageTag.Icon p_240605_) -
getTagIconLeft
-
isChatHidden
private boolean isChatHidden() -
getTimeFactor
private static double getTimeFactor(int p_93776_) -
clearMessages
public void clearMessages(boolean p_93796_) -
addMessage
-
addMessage
public void addMessage(Component p_241484_, @Nullable MessageSignature p_241323_, @Nullable GuiMessageTag p_241297_) -
logChatMessage
-
addMessage
private void addMessage(Component p_240562_, @Nullable MessageSignature p_241566_, int p_240583_, @Nullable GuiMessageTag p_240624_, boolean p_240558_) -
deleteMessage
-
rescaleChat
public void rescaleChat() -
refreshTrimmedMessage
private void refreshTrimmedMessage() -
getRecentChat
-
addRecentChat
-
resetChatScroll
public void resetChatScroll() -
scrollChat
public void scrollChat(int p_205361_) -
handleChatQueueClicked
public boolean handleChatQueueClicked(double p_93773_, double p_93774_) -
getClickedComponentStyleAt
-
getMessageTagAt
-
hasSelectedMessageTag
private boolean hasSelectedMessageTag(double p_240619_, GuiMessage.Line p_240547_, GuiMessageTag p_240637_) -
screenToChatX
private double screenToChatX(double p_240580_) -
screenToChatY
private double screenToChatY(double p_240548_) -
getMessageIndexAt
private int getMessageIndexAt(double p_240641_) -
getFocusedChat
-
isChatFocused
private boolean isChatFocused() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getScale
public double getScale() -
getWidth
public static int getWidth(double p_93799_) -
getHeight
public static int getHeight(double p_93812_) -
defaultUnfocusedPct
public static double defaultUnfocusedPct() -
getLinesPerPage
public int getLinesPerPage() -
getLineHeight
private int getLineHeight()
-