Uses of Record Class
net.minecraft.client.multiplayer.chat.GuiMessage
Packages that use GuiMessage
-
Uses of GuiMessage in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components with type parameters of type GuiMessageModifier and TypeFieldDescriptionprivate final List<GuiMessage> ChatComponent.allMessagesChat lines to be displayed in the chat boxprivate final List<GuiMessage> ChatComponent.State.messagesprivate Predicate<GuiMessage> ChatComponent.visibleMessageFilterMethods in net.minecraft.client.gui.components that return GuiMessageModifier and TypeMethodDescriptionprivate static GuiMessageChatComponent.createDeletedMarker(GuiMessage message) Methods in net.minecraft.client.gui.components with parameters of type GuiMessageModifier and TypeMethodDescriptionprivate voidChatComponent.addMessageToDisplayQueue(GuiMessage message) private voidChatComponent.addMessageToQueue(GuiMessage message) private static GuiMessageChatComponent.createDeletedMarker(GuiMessage message) private voidChatComponent.logChatMessage(GuiMessage message) Method parameters in net.minecraft.client.gui.components with type arguments of type GuiMessageModifier and TypeMethodDescriptionvoidChatComponent.setVisibleMessageFilter(Predicate<GuiMessage> visibleMessageFilter) Constructor parameters in net.minecraft.client.gui.components with type arguments of type GuiMessageModifierConstructorDescriptionState(List<GuiMessage> messages, List<String> history, List<ChatComponent.DelayedMessageDeletion> delayedMessageDeletions) -
Uses of GuiMessage in net.minecraft.client.multiplayer.chat
Fields in net.minecraft.client.multiplayer.chat declared as GuiMessageModifier and TypeFieldDescriptionprivate final GuiMessageGuiMessage.Line.parentThe field for theparentrecord component.Fields in net.minecraft.client.multiplayer.chat with type parameters of type GuiMessageModifier and TypeFieldDescriptionprivate final Predicate<GuiMessage> ChatAbilities.visibleMessagesFilterMethods in net.minecraft.client.multiplayer.chat that return GuiMessageModifier and TypeMethodDescriptionGuiMessage.Line.parent()Returns the value of theparentrecord component.Methods in net.minecraft.client.multiplayer.chat that return types with arguments of type GuiMessageModifier and TypeMethodDescriptionprivate static Predicate<GuiMessage> ChatAbilities.selectVisibleMessages(ChatAbilities chatAbilities) ChatAbilities.visibleMessagesFilter()Constructors in net.minecraft.client.multiplayer.chat with parameters of type GuiMessageModifierConstructorDescriptionLine(GuiMessage parent, FormattedCharSequence content, boolean endOfEntry) Creates an instance of aLinerecord class.