Uses of Interface
com.mrivanplays.ivancord.api.connection.OfflinePlayer
-
Uses of OfflinePlayer in net.md_5.bungee.api
Modifier and TypeMethodDescriptionProxyServer.getOfflinePlayer
(String name) Deprecated.thread blocking method and IO unsafe.ProxyServer.getOfflinePlayer
(UUID uuid) Deprecated.thread blocking method and IO unsafe.abstract OfflinePlayer
ProxyServer.offlinePlayerIfPresent
(String name) Returns aOfflinePlayer
only if such is present for the specified name.abstract OfflinePlayer
ProxyServer.offlinePlayerIfPresent
(UUID uuid) Returns aOfflinePlayer
only if such is present for the specifiedUUID
.Modifier and TypeMethodDescriptionabstract Collection<OfflinePlayer>
ProxyServer.getOfflinePlayers()
Returns a immutable copy of all known players, that are currently offline.abstract CompletableFuture<OfflinePlayer>
ProxyServer.offlinePlayer
(String name) Returns aOfflinePlayer
, specified by his name.abstract CompletableFuture<OfflinePlayer>
ProxyServer.offlinePlayer
(UUID uuid) Returns aOfflinePlayer
, specified by his unique id.