Uses of Enum Class
net.minecraft.client.multiplayer.chat.ChatTrustLevel
-
Uses of ChatTrustLevel in net.minecraft.client.multiplayer.chat
Modifier and TypeFieldDescriptionprivate final ChatTrustLevel
LoggedChatMessage.Player.trustLevel
The field for thetrustLevel
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ChatTrustLevel>
ChatTrustLevel.CODEC
Modifier and TypeMethodDescriptionstatic ChatTrustLevel
ChatTrustLevel.evaluate
(PlayerChatMessage p_248663_, Component p_248544_, Instant p_252024_) private ChatTrustLevel
ChatListener.evaluateTrustLevel
(PlayerChatMessage p_251246_, Component p_250576_, Instant p_249995_) LoggedChatMessage.Player.trustLevel()
Returns the value of thetrustLevel
record component.static ChatTrustLevel
Returns the enum constant of this class with the specified name.static ChatTrustLevel[]
ChatTrustLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate void
ChatListener.logPlayerMessage
(PlayerChatMessage p_252155_, ChatType.Bound p_249730_, com.mojang.authlib.GameProfile p_248589_, ChatTrustLevel p_248881_) static LoggedChatMessage.Player
LoggedChatMessage.player
(com.mojang.authlib.GameProfile p_261832_, PlayerChatMessage p_261491_, ChatTrustLevel p_262141_) ModifierConstructorDescriptionPlayer
(com.mojang.authlib.GameProfile profile, PlayerChatMessage message, ChatTrustLevel trustLevel) Creates an instance of aPlayer
record class.