Uses of Interface
com.mrivanplays.ivancord.api.connection.OfflinePlayer
Packages that use OfflinePlayer
-
Uses of OfflinePlayer in net.md_5.bungee.api
Methods in net.md_5.bungee.api that return OfflinePlayerModifier 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
.Methods in net.md_5.bungee.api that return types with arguments of type OfflinePlayerModifier 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.