Uses of Enum Class
net.minecraft.world.entity.player.ChatVisiblity
Package
Description
-
Uses of ChatVisiblity in net.minecraft.client
Modifier and TypeFieldDescriptionprivate final OptionInstance<ChatVisiblity>
Options.chatVisibility
-
Uses of ChatVisiblity in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final ChatVisiblity
ServerboundClientInformationPacket.chatVisibility
The field for thechatVisibility
record component.Modifier and TypeMethodDescriptionServerboundClientInformationPacket.chatVisibility()
Returns the value of thechatVisibility
record component.ModifierConstructorDescriptionServerboundClientInformationPacket
(String language, int viewDistance, ChatVisiblity chatVisibility, boolean chatColors, int modelCustomisation, HumanoidArm mainHand, boolean textFilteringEnabled, boolean allowsListing) Creates an instance of aServerboundClientInformationPacket
record class. -
Uses of ChatVisiblity in net.minecraft.server.level
-
Uses of ChatVisiblity in net.minecraft.world.entity.player
Modifier and TypeFieldDescriptionprivate static final IntFunction<ChatVisiblity>
ChatVisiblity.BY_ID
Modifier and TypeMethodDescriptionstatic ChatVisiblity
ChatVisiblity.byId
(int p_35967_) static ChatVisiblity
Returns the enum constant of this class with the specified name.static ChatVisiblity[]
ChatVisiblity.values()
Returns an array containing the constants of this enum class, in the order they are declared.