Uses of Record Class
net.minecraft.client.gui.hud.ChatHudLine
Packages that use ChatHudLine
-
Uses of ChatHudLine in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud with type parameters of type ChatHudLineModifier and TypeFieldDescription(package private) final List<ChatHudLine> ChatHud.class_9477.field_50218private final List<ChatHudLine> ChatHud.messagesMethods in net.minecraft.client.gui.hud that return ChatHudLineModifier and TypeMethodDescriptionprivate ChatHudLineChatHud.createRemovalMarker(ChatHudLine original) Methods in net.minecraft.client.gui.hud with parameters of type ChatHudLineModifier and TypeMethodDescriptionprivate voidChatHud.addMessage(ChatHudLine chatHudLine) private ChatHudLineChatHud.createRemovalMarker(ChatHudLine original) private voidChatHud.logChatMessage(ChatHudLine chatHudLine) private voidChatHud.method_58744(ChatHudLine chatHudLine) Constructor parameters in net.minecraft.client.gui.hud with type arguments of type ChatHudLineModifierConstructorDescriptionclass_9477(List<ChatHudLine> list, List<String> list2, List<ChatHud.RemovalQueuedMessage> list3)