Uses of Enum Class
net.minecraft.network.message.ChatVisibility
Package
Description
-
Uses of ChatVisibility in net.minecraft.client.option
Modifier and TypeFieldDescriptionprivate final SimpleOption<ChatVisibility>
GameOptions.chatVisibility
-
Uses of ChatVisibility in net.minecraft.network.message
Modifier and TypeFieldDescriptionprivate static final IntFunction<ChatVisibility>
ChatVisibility.BY_ID
Modifier 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.common
Modifier and TypeFieldDescriptionprivate final ChatVisibility
SyncedClientOptions.chatVisibility
The field for thechatVisibility
record component.Modifier and TypeMethodDescriptionSyncedClientOptions.chatVisibility()
Returns the value of thechatVisibility
record component.ModifierConstructorDescriptionSyncedClientOptions
(String string, int int2, ChatVisibility chatVisibility, boolean bool, int int3, Arm arm, boolean bool2, boolean bool3) -
Uses of ChatVisibility in net.minecraft.server.network