Package com.janboerman.invsee.spigot.api
Class OfflinePlayerProvider.Dummy
java.lang.Object
com.janboerman.invsee.spigot.api.OfflinePlayerProvider.Dummy
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.janboerman.invsee.spigot.api.OfflinePlayerProvider
OfflinePlayerProvider.Dummy
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAll()
void
Gets all usernames of players that are known to the server.getWithPrefix
(String prefix) void
getWithPrefix
(String prefix, Consumer<String> consumer) Gets all usernames that starts with the specified prefix of players that are known to the server.
-
Field Details
-
INSTANCE
-
-
Method Details
-
getAll
Description copied from interface:OfflinePlayerProvider
Gets all usernames of players that are known to the server. Usernames will be passed to the consumer as they are discovered.- Specified by:
getAll
in interfaceOfflinePlayerProvider
-
getWithPrefix
Description copied from interface:OfflinePlayerProvider
Gets all usernames that starts with the specified prefix of players that are known to the server. Usernames will be passed to the consumer as they are discovered.- Specified by:
getWithPrefix
in interfaceOfflinePlayerProvider
-
getAll
- Specified by:
getAll
in interfaceOfflinePlayerProvider
-
getWithPrefix
- Specified by:
getWithPrefix
in interfaceOfflinePlayerProvider
-