Uses of Enum Class
net.minecraft.client.option.ChatVisibility
Package
Description
-
Uses of ChatVisibility in net.minecraft.client.option
Modifier and TypeFieldDescriptionprivate static final IntFunction<ChatVisibility>
ChatVisibility.BY_ID
private final SimpleOption<ChatVisibility>
GameOptions.chatVisibility
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.play
Modifier and TypeFieldDescriptionprivate final ChatVisibility
ClientSettingsC2SPacket.chatVisibility
The field for thechatVisibility
record component.Modifier and TypeMethodDescriptionClientSettingsC2SPacket.chatVisibility()
Returns the value of thechatVisibility
record component.ModifierConstructorDescriptionClientSettingsC2SPacket
(String language, int viewDistance, ChatVisibility chatVisibility, boolean chatColors, int modelBitMask, Arm mainArm, boolean filterText, boolean bool) -
Uses of ChatVisibility in net.minecraft.server.network