Package org.geysermc.floodgate.util
Class LinkedPlayer
java.lang.Object
org.geysermc.floodgate.util.LinkedPlayer
- All Implemented Interfaces:
Cloneable
-
Method Summary
Modifier and TypeMethodDescriptionclone()static LinkedPlayerfromString(String data) The UUID of the Bedrock playerThe Java UUID of the linked playerThe Java username of the linked playerbooleanIf the LinkedPlayer is sent from a different platform.static LinkedPlayertoString()
-
Method Details
-
of
-
fromString
-
toString
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
getJavaUsername
The Java username of the linked player -
getJavaUniqueId
The Java UUID of the linked player -
getBedrockId
The UUID of the Bedrock player -
isFromDifferentPlatform
public boolean isFromDifferentPlatform()If the LinkedPlayer is sent from a different platform. For example the LinkedPlayer is from Bungee but the data has been sent to the Bukkit server.
-