Uses of Interface
com.velocitypowered.api.proxy.crypto.IdentifiedKey
Packages that use IdentifiedKey
Package
Description
Provides an interface to work with players connected to the proxy.
-
Uses of IdentifiedKey in com.velocitypowered.api.proxy.crypto
Methods in com.velocitypowered.api.proxy.crypto that return IdentifiedKeyModifier and TypeMethodDescription@Nullable IdentifiedKeyKeyIdentifiable.getIdentifiedKey()Returns the timed identified key of the object context. -
Uses of IdentifiedKey in com.velocitypowered.api.proxy.player
Methods in com.velocitypowered.api.proxy.player that return IdentifiedKeyMethods in com.velocitypowered.api.proxy.player with parameters of type IdentifiedKeyModifier and TypeMethodDescriptiondefault TabListEntryTabList.buildEntry(GameProfile profile, @Nullable Component displayName, int latency, int gameMode, @Nullable IdentifiedKey key) Deprecated.Internal usage.