Uses of Enum Class
net.minecraft.network.message.AcknowledgmentValidator.FailureReason
-
Uses of AcknowledgmentValidator.FailureReason in net.minecraft.network.message
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AcknowledgmentValidator.FailureReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAcknowledgmentValidator.validate
(LastSeenMessageList.Acknowledgment acknowledgment) Validatesacknowledgment
. -
Uses of AcknowledgmentValidator.FailureReason in net.minecraft.server.network
Modifier and TypeMethodDescriptionprivate void
ServerPlayNetworkHandler.handleAcknowledgmentFailure
(Set<AcknowledgmentValidator.FailureReason> reasons)