Uses of Class
net.minecraft.client.gui.hud.ChatHud.ChatState
Packages that use ChatHud.ChatState
-
Uses of ChatHud.ChatState in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud that return ChatHud.ChatStateMethods in net.minecraft.client.gui.hud with parameters of type ChatHud.ChatState -
Uses of ChatHud.ChatState in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ChatHud.ChatStateModifier and TypeFieldDescriptionprotected ChatHud.ChatState
ClientConfigurationNetworkHandler.chatState
private final ChatHud.ChatState
ClientConnectionState.chatState
The field for thechatState
record component.Methods in net.minecraft.client.network that return ChatHud.ChatStateModifier and TypeMethodDescriptionClientConnectionState.chatState()
Returns the value of thechatState
record component.Constructors in net.minecraft.client.network with parameters of type ChatHud.ChatStateModifierConstructorDescriptionClientConnectionState
(com.mojang.authlib.GameProfile gameProfile, WorldSession worldSession, DynamicRegistryManager.Immutable immutable, FeatureSet featureSet, @Nullable String string, @Nullable ServerInfo serverInfo, @Nullable Screen screen, Map<Identifier, byte[]> map, ChatHud.ChatState chatState, boolean bool, Map<String, String> map2, ServerLinks serverLinks)