Uses of Enum Class
net.minecraft.client.network.message.MessageTrustStatus
Packages that use MessageTrustStatus
-
Uses of MessageTrustStatus in net.minecraft.client.network.message
Fields in net.minecraft.client.network.message with type parameters of type MessageTrustStatusModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<MessageTrustStatus> MessageTrustStatus.CODEC
Methods in net.minecraft.client.network.message that return MessageTrustStatusModifier and TypeMethodDescriptionprivate MessageTrustStatus
MessageHandler.getStatus
(SignedMessage message, Text decorated, Instant receptionTimestamp) Returns the trust status ofmessage
.static MessageTrustStatus
MessageTrustStatus.getStatus
(SignedMessage message, Text decorated, Instant receptionTimestamp) static MessageTrustStatus
Returns the enum constant of this class with the specified name.static MessageTrustStatus[]
MessageTrustStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.network.message with parameters of type MessageTrustStatusModifier and TypeMethodDescriptionprivate void
MessageHandler.addToChatLog
(SignedMessage message, MessageType.Parameters params, com.mojang.authlib.GameProfile sender, MessageTrustStatus trustStatus) -
Uses of MessageTrustStatus in net.minecraft.client.session.report.log
Fields in net.minecraft.client.session.report.log declared as MessageTrustStatusModifier and TypeFieldDescriptionprivate final MessageTrustStatus
ReceivedMessage.ChatMessage.trustStatus
The field for thetrustStatus
record component.Methods in net.minecraft.client.session.report.log that return MessageTrustStatusModifier and TypeMethodDescriptionReceivedMessage.ChatMessage.trustStatus()
Returns the value of thetrustStatus
record component.Methods in net.minecraft.client.session.report.log with parameters of type MessageTrustStatusModifier and TypeMethodDescriptionstatic ReceivedMessage.ChatMessage
ReceivedMessage.of
(com.mojang.authlib.GameProfile gameProfile, SignedMessage message, MessageTrustStatus trustStatus) Returns the received message constructed from a chat message.Constructors in net.minecraft.client.session.report.log with parameters of type MessageTrustStatusModifierConstructorDescriptionChatMessage
(com.mojang.authlib.GameProfile gameProfile, SignedMessage signedMessage, MessageTrustStatus messageTrustStatus)