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.ChatStateClientConfigurationNetworkHandler.chatStateprivate final ChatHud.ChatStateClientConnectionState.chatStateThe field for thechatStaterecord component.Methods in net.minecraft.client.network that return ChatHud.ChatStateModifier and TypeMethodDescriptionClientConnectionState.chatState()Returns the value of thechatStaterecord component.Constructors in net.minecraft.client.network with parameters of type ChatHud.ChatStateModifierConstructorDescriptionClientConnectionState(ClientChunkLoadProgress levelLoadTracker, com.mojang.authlib.GameProfile localGameProfile, WorldSession telemetryManager, DynamicRegistryManager.Immutable receivedRegistries, FeatureSet enabledFeatures, @Nullable String serverBrand, @Nullable ServerInfo serverData, @Nullable Screen postDisconnectScreen, Map<Identifier, byte[]> serverCookies, ChatHud.ChatState chatState, Map<String, String> customReportDetails, ServerLinks serverLinks, Map<UUID, PlayerListEntry> seenPlayers, boolean seenInsecureChatWarning)