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 pMessage) Methods in net.minecraft.client.gui.components with parameters of type GuiMessageModifier and TypeMethodDescriptionprivate voidChatComponent.addMessageToDisplayQueue(GuiMessage pMessage) private voidChatComponent.addMessageToQueue(GuiMessage pMessage) private GuiMessageChatComponent.createDeletedMarker(GuiMessage pMessage) private voidChatComponent.logChatMessage(GuiMessage pMessage) Constructor parameters in net.minecraft.client.gui.components with type arguments of type GuiMessageModifierConstructorDescriptionState(List<GuiMessage> pMessages, List<String> pHistory, List<ChatComponent.DelayedMessageDeletion> pDelayedMessageDeletions)