Uses of Interface
com.janboerman.invsee.spigot.api.resolve.NameResolveStrategy
-
Uses of NameResolveStrategy in com.janboerman.invsee.spigot.api.resolve
Modifier and TypeClassDescriptionclass
class
Strategy which resolves usernames by doing a simple Map lookup.class
A strategy which obtains usernames for players using the Mojang Rest API.class
A strategy which resolves player's usernames if they are online.class
A strategy which tries to resolve players' usernames using a handful of popular permission plugins. -
Uses of NameResolveStrategy in com.janboerman.invsee.spigot.internal
Modifier and TypeFieldDescriptionfinal List
<NameResolveStrategy> NamesAndUUIDs.nameResolveStrategies
The list of strategies used to resolve players' usernames.