Package com.janboerman.invsee.spigot.api
Interface OfflinePlayerProvider
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAll()
Deprecated.void
Gets all usernames of players that are known to the server.getWithPrefix
(String prefix) Deprecated.void
getWithPrefix
(String prefix, Consumer<String> consumer) Gets all usernames that starts with the specified prefix of players that are known to the server.
-
Method Details
-
getAll
-
getAll
Deprecated. -
getWithPrefix
-
getWithPrefix
Deprecated.
-