Uses of Interface
com.janboerman.invsee.spigot.api.resolve.UUIDResolveStrategy
Packages that use UUIDResolveStrategy
-
Uses of UUIDResolveStrategy in com.janboerman.invsee.spigot.api.resolve
Classes in com.janboerman.invsee.spigot.api.resolve that implement UUIDResolveStrategyModifier and TypeClassDescriptionclass
Strategy which resolves Unique IDs using BungeeCord's plugin messaging channel.class
class
Strategy which resolves Unique IDs by doing a simple Map lookup.class
A strategy which obtains Unique IDs for players using the Mojang Rest API.class
A strategy which synthesizes UUIDs for offline players.class
Deprecated.Server.getOfflinePlayer(String) should not be used.class
A strategy which resolves player's Unique IDs if they are online.class
A strategy which tries to resolve players' Unique IDs using the Paper Server's offline player cache.class
A strategy which tries to resolve players' Unique IDs using a handful of popular permission plugins. -
Uses of UUIDResolveStrategy in com.janboerman.invsee.spigot.internal
Fields in com.janboerman.invsee.spigot.internal with type parameters of type UUIDResolveStrategyModifier and TypeFieldDescriptionfinal List
<UUIDResolveStrategy> NamesAndUUIDs.uuidResolveStrategies
The list of strategies used to resolve players' unique IDs.