Uses of Enum Class
net.minecraft.client.option.ChatVisibility
Packages that use ChatVisibility
Package
Description
-
Uses of ChatVisibility in net.minecraft.client.option
Fields in net.minecraft.client.option declared as ChatVisibilityModifier and TypeFieldDescriptionGameOptions.chatVisibility
private static final ChatVisibility[]
ChatVisibility.VALUES
Fields in net.minecraft.client.option with type parameters of type ChatVisibilityMethods in net.minecraft.client.option that return ChatVisibilityModifier and TypeMethodDescriptionstatic ChatVisibility
ChatVisibility.byId
(int id) static ChatVisibility
Returns 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.play
Fields in net.minecraft.network.packet.c2s.play declared as ChatVisibilityModifier and TypeFieldDescriptionprivate final ChatVisibility
ClientSettingsC2SPacket.chatVisibility
The field for thechatVisibility
record component.Methods in net.minecraft.network.packet.c2s.play that return ChatVisibilityModifier and TypeMethodDescriptionClientSettingsC2SPacket.chatVisibility()
Returns the value of thechatVisibility
record component.Constructors in net.minecraft.network.packet.c2s.play with parameters of type ChatVisibilityModifierConstructorDescriptionClientSettingsC2SPacket
(String language, int viewDistance, ChatVisibility chatVisibility, boolean chatColors, int modelBitMask, Arm mainArm, boolean filterText, boolean bool) -
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