Uses of Enum Class
net.minecraft.entity.player.ChatVisibility
Packages that use ChatVisibility
Package
Description
-
Uses of ChatVisibility in net.minecraft.client
Fields in net.minecraft.client declared as ChatVisibility -
Uses of ChatVisibility in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as ChatVisibilityModifier and TypeFieldDescriptionprivate static final ChatVisibility[]
ChatVisibility.BY_ID
private ChatVisibility
ServerPlayerEntity.chatVisibility
Methods in net.minecraft.entity.player that return ChatVisibilityModifier and TypeMethodDescriptionstatic ChatVisibility
ChatVisibility.byId
(int p_221252_0_) ServerPlayerEntity.getChatVisibility()
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.play.client
Fields in net.minecraft.network.play.client declared as ChatVisibilityMethods in net.minecraft.network.play.client that return ChatVisibilityConstructors in net.minecraft.network.play.client with parameters of type ChatVisibilityModifierConstructorDescriptionCClientSettingsPacket
(String p_i50761_1_, int p_i50761_2_, ChatVisibility p_i50761_3_, boolean p_i50761_4_, int p_i50761_5_, HandSide p_i50761_6_)