Uses of Enum Class
net.minecraft.client.multiplayer.chat.GuiMessageSource
Packages that use GuiMessageSource
-
Uses of GuiMessageSource in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components with parameters of type GuiMessageSourceModifier and TypeMethodDescriptionprivate voidChatComponent.addMessage(Component contents, @Nullable MessageSignature signature, GuiMessageSource source, @Nullable GuiMessageTag tag) -
Uses of GuiMessageSource in net.minecraft.client.multiplayer.chat
Subclasses with type arguments of type GuiMessageSource in net.minecraft.client.multiplayer.chatFields in net.minecraft.client.multiplayer.chat declared as GuiMessageSourceModifier and TypeFieldDescriptionprivate final GuiMessageSourceGuiMessage.sourceThe field for thesourcerecord component.Methods in net.minecraft.client.multiplayer.chat that return GuiMessageSourceModifier and TypeMethodDescriptionGuiMessage.source()Returns the value of thesourcerecord component.static GuiMessageSourceReturns the enum constant of this class with the specified name.static GuiMessageSource[]GuiMessageSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.multiplayer.chat with parameters of type GuiMessageSourceModifierConstructorDescriptionGuiMessage(int addedTime, Component content, @Nullable MessageSignature signature, GuiMessageSource source, @Nullable GuiMessageTag tag) Creates an instance of aGuiMessagerecord class.