Uses of Record Class
net.minecraft.client.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 box(package private) final List<GuiMessage> ChatComponent.State.messagesMethods in net.minecraft.client.gui.components that return GuiMessageModifier and TypeMethodDescriptionprivate 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 GuiMessageChatComponent.createDeletedMarker(GuiMessage message) private voidChatComponent.logChatMessage(GuiMessage message) Constructor parameters in net.minecraft.client.gui.components with type arguments of type GuiMessageModifierConstructorDescriptionState(List<GuiMessage> messages, List<String> history, List<ChatComponent.DelayedMessageDeletion> delayedMessageDeletions)