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 OfflinePlayerProxyServer.offlinePlayerIfPresent(String name) Returns aOfflinePlayeronly if such is present for the specified name.abstract OfflinePlayerProxyServer.offlinePlayerIfPresent(UUID uuid) Returns aOfflinePlayeronly 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.