Uses of Enum Class
com.velocitypowered.api.proxy.crypto.IdentifiedKey.Revision
Packages that use IdentifiedKey.Revision
-
Uses of IdentifiedKey.Revision in com.velocitypowered.api.proxy.crypto
Subclasses with type arguments of type IdentifiedKey.Revision in com.velocitypowered.api.proxy.cryptoModifier and TypeClassDescriptionstatic enumThe different versions of player keys, per Minecraft version.Classes in com.velocitypowered.api.proxy.crypto that implement interfaces with type arguments of type IdentifiedKey.RevisionModifier and TypeClassDescriptionstatic enumThe different versions of player keys, per Minecraft version.Methods in com.velocitypowered.api.proxy.crypto that return IdentifiedKey.RevisionModifier and TypeMethodDescriptionIdentifiedKey.getKeyRevision()Retrieves the key revision.static IdentifiedKey.RevisionReturns the enum constant of this class with the specified name.static IdentifiedKey.Revision[]IdentifiedKey.Revision.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.velocitypowered.api.proxy.crypto that return types with arguments of type IdentifiedKey.Revision