Uses of Enum Class
net.minecraft.entity.player.PlayerEntity.ChatVisibilityType
Packages that use PlayerEntity.ChatVisibilityType
Package
Description
-
Uses of PlayerEntity.ChatVisibilityType in net.minecraft.client.options
Fields in net.minecraft.client.options declared as PlayerEntity.ChatVisibilityType -
Uses of PlayerEntity.ChatVisibilityType in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as PlayerEntity.ChatVisibilityTypeModifier and TypeFieldDescriptionprivate static final PlayerEntity.ChatVisibilityType[]PlayerEntity.ChatVisibilityType.field_17093private PlayerEntity.ChatVisibilityTypeServerPlayerEntity.visibilityTypeMethods in net.minecraft.entity.player that return PlayerEntity.ChatVisibilityTypeModifier and TypeMethodDescriptionPlayerEntity.ChatVisibilityType.getById(int id) ServerPlayerEntity.method_8137()Returns the enum constant of this class with the specified name.static PlayerEntity.ChatVisibilityType[]PlayerEntity.ChatVisibilityType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PlayerEntity.ChatVisibilityType in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as PlayerEntity.ChatVisibilityTypeModifier and TypeFieldDescriptionprivate PlayerEntity.ChatVisibilityTypeClientSettingsC2SPacket.chatVisibilityTypeMethods in net.minecraft.network.packet.c2s.play that return PlayerEntity.ChatVisibilityTypeConstructors in net.minecraft.network.packet.c2s.play with parameters of type PlayerEntity.ChatVisibilityTypeModifierConstructorDescriptionClientSettingsC2SPacket(String string, int int2, PlayerEntity.ChatVisibilityType chatVisibilityType, boolean bool, int int3, HandOption handOption)