Class ChatPluginProxyPlayer
java.lang.Object
me.remigio07.chatplugin.api.common.player.OfflinePlayer
me.remigio07.chatplugin.api.proxy.player.ChatPluginProxyPlayer
- All Implemented Interfaces:
ChatPluginPlayer
Represents a
ChatPluginPlayer loaded on a proxy (BungeeCord/Velocity) environment.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets this player's current server.Gets this player's version.booleanChecks if this player is connected through aMultiPlatformIntegration.Methods inherited from class me.remigio07.chatplugin.api.common.player.OfflinePlayer
equals, get, get, getIPAddress, getName, getUUID, hashCode, hasPermission, hasPlayedBefore, isLoaded, isOnline, isPaidAccount, toAdapter, toProxyPlayer, toServerPlayerMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.remigio07.chatplugin.api.common.player.ChatPluginPlayer
connect, disconnect, getIPAddress, getName, getUUID, sendMessage
-
Method Details
-
getVersion
Description copied from interface:ChatPluginPlayerGets this player's version.- Specified by:
getVersionin interfaceChatPluginPlayer- Returns:
- Player's version
-
isBedrockPlayer
public boolean isBedrockPlayer()Description copied from interface:ChatPluginPlayerChecks if this player is connected through aMultiPlatformIntegration.- Specified by:
isBedrockPlayerin interfaceChatPluginPlayer- Returns:
- Whether this player is using the Bedrock Edition
-
getServer
Gets this player's current server.- Returns:
- Player's server
-