Uses of Class
net.minecraft.client.gui.components.ChatComponent.State
Packages that use ChatComponent.State
-
Uses of ChatComponent.State in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components that return ChatComponent.StateMethods in net.minecraft.client.gui.components with parameters of type ChatComponent.State -
Uses of ChatComponent.State in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as ChatComponent.StateModifier and TypeFieldDescriptionprotected ChatComponent.State
ClientConfigurationPacketListenerImpl.chatState
private final ChatComponent.State
CommonListenerCookie.chatState
The field for thechatState
record component.Methods in net.minecraft.client.multiplayer that return ChatComponent.StateModifier and TypeMethodDescriptionCommonListenerCookie.chatState()
Returns the value of thechatState
record component.Constructors in net.minecraft.client.multiplayer with parameters of type ChatComponent.StateModifierConstructorDescriptionCommonListenerCookie
(com.mojang.authlib.GameProfile localGameProfile, WorldSessionTelemetryManager telemetryManager, RegistryAccess.Frozen receivedRegistries, FeatureFlagSet enabledFeatures, String serverBrand, ServerData serverData, Screen postDisconnectScreen, Map<ResourceLocation, byte[]> serverCookies, ChatComponent.State chatState, boolean strictErrorHandling, Map<String, String> customReportDetails, ServerLinks serverLinks) Deprecated.CommonListenerCookie
(com.mojang.authlib.GameProfile localGameProfile, WorldSessionTelemetryManager telemetryManager, RegistryAccess.Frozen receivedRegistries, FeatureFlagSet enabledFeatures, String serverBrand, ServerData serverData, Screen postDisconnectScreen, Map<ResourceLocation, byte[]> serverCookies, ChatComponent.State chatState, boolean strictErrorHandling, Map<String, String> customReportDetails, ServerLinks serverLinks, ConnectionType connectionType) Creates an instance of aCommonListenerCookie
record class.
CommonListenerCookie(GameProfile, WorldSessionTelemetryManager, RegistryAccess.Frozen, FeatureFlagSet, String, ServerData, Screen, Map, ChatComponent.State, boolean, Map, ServerLinks, net.neoforged.neoforge.network.connection.ConnectionType)
instead,to indicate whether the connection is modded.