Uses of Enum Class
net.minecraft.network.message.ChatVisibility
Packages that use ChatVisibility
Package
Description
-
Uses of ChatVisibility in net.minecraft.client.option
Fields in net.minecraft.client.option with type parameters of type ChatVisibilityModifier and TypeFieldDescriptionprivate final SimpleOption<ChatVisibility> GameOptions.chatVisibilityMethods in net.minecraft.client.option that return types with arguments of type ChatVisibility -
Uses of ChatVisibility in net.minecraft.network.message
Fields in net.minecraft.network.message with type parameters of type ChatVisibilityModifier and TypeFieldDescriptionprivate static final IntFunction<ChatVisibility> ChatVisibility.BY_IDstatic final com.mojang.serialization.Codec<ChatVisibility> ChatVisibility.field_64374Methods in net.minecraft.network.message that return ChatVisibilityModifier and TypeMethodDescriptionstatic ChatVisibilityReturns the enum constant of this class with the specified name.static ChatVisibility[]ChatVisibility.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ChatVisibility in net.minecraft.network.packet.c2s.common
Fields in net.minecraft.network.packet.c2s.common declared as ChatVisibilityModifier and TypeFieldDescriptionprivate final ChatVisibilitySyncedClientOptions.chatVisibilityThe field for thechatVisibilityrecord component.Methods in net.minecraft.network.packet.c2s.common that return ChatVisibilityModifier and TypeMethodDescriptionSyncedClientOptions.chatVisibility()Returns the value of thechatVisibilityrecord component.Constructors in net.minecraft.network.packet.c2s.common with parameters of type ChatVisibilityModifierConstructorDescriptionSyncedClientOptions(String language, int viewDistance, ChatVisibility chatVisibility, boolean chatColorsEnabled, int playerModelParts, Arm mainArm, boolean filtersText, boolean allowsServerListing, ParticlesMode particleStatus) Creates an instance of aSyncedClientOptionsrecord class. -
Uses of ChatVisibility in net.minecraft.server.network
Fields in net.minecraft.server.network declared as ChatVisibilityMethods in net.minecraft.server.network that return ChatVisibility