Uses of Enum Class
net.minecraft.client.option.ChatVisibility
Package
Description
-
Uses of ChatVisibility in net.minecraft.client.option
Modifier and TypeFieldDescriptionGameOptions.chatVisibility
private static ChatVisibility[]
ChatVisibility.VALUES
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
ModifierConstructorDescriptionClientSettingsC2SPacket(String language, int viewDistance, ChatVisibility chatVisibility, boolean chatColors, int modelBitMask, Arm mainArm, boolean filterText)
-
Uses of ChatVisibility in net.minecraft.server.network