Uses of Enum Class
net.minecraft.network.chat.LastSeenMessagesValidator.ErrorCondition
Packages that use LastSeenMessagesValidator.ErrorCondition
-
Uses of LastSeenMessagesValidator.ErrorCondition in net.minecraft.network.chat
Methods in net.minecraft.network.chat that return LastSeenMessagesValidator.ErrorConditionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.LastSeenMessagesValidator.ErrorCondition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.network.chat that return types with arguments of type LastSeenMessagesValidator.ErrorConditionModifier and TypeMethodDescriptionLastSeenMessagesValidator.validateAndUpdate
(LastSeenMessages.Update p_242403_) -
Uses of LastSeenMessagesValidator.ErrorCondition in net.minecraft.server.network
Method parameters in net.minecraft.server.network with type arguments of type LastSeenMessagesValidator.ErrorConditionModifier and TypeMethodDescriptionprivate void
ServerGamePacketListenerImpl.handleValidationFailure
(Set<LastSeenMessagesValidator.ErrorCondition> p_242382_)