Uses of Enum Class
net.minecraft.network.message.MessageVerifier.Status
-
Uses of MessageVerifier.Status in net.minecraft.network.message
Modifier and TypeMethodDescriptionprivate MessageVerifier.Status
MessageVerifier.Impl.getStatus
(MessageHeader header, MessageSignatureData signature, byte[] bodyDigest, boolean fullMessage) private MessageVerifier.Status
MessageVerifier.Unsigned.getStatus
(MessageSignatureData signature) static MessageVerifier.Status
Returns the enum constant of this class with the specified name.static MessageVerifier.Status[]
MessageVerifier.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.MessageVerifier.Impl.verify
(MessageHeader header, MessageSignatureData signature, byte[] bodyDigest) Returns the status of verifying the header.MessageVerifier.Impl.verify
(SignedMessage message) Returns the status of verifying the message.MessageVerifier.Unsigned.verify
(MessageHeader header, MessageSignatureData signature, byte[] bodyDigest) Returns the status of verifying the header.MessageVerifier.Unsigned.verify
(SignedMessage message) Returns the status of verifying the message.MessageVerifier.verify
(MessageHeader header, MessageSignatureData signature, byte[] bodyDigest) Returns the status of verifying the header.MessageVerifier.verify
(SignedMessage message) Returns the status of verifying the message.