Package org.geysermc.floodgate.util
Class LinkedPlayer
java.lang.Object
org.geysermc.floodgate.util.LinkedPlayer
- All Implemented Interfaces:
Cloneable
@Deprecated(forRemoval=true,
since="3.0.0")
public final class LinkedPlayer
extends Object
implements Cloneable
Deprecated, for removal: This API element is subject to removal in a future version.
The Floodgate API has been deprecated in favor of the GeyserApi, which is shared between Geyser
and Floodgate
-
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated, for removal: This API element is subject to removal in a future version.static LinkedPlayerfromString(String data) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.The UUID of the Bedrock playerDeprecated, for removal: This API element is subject to removal in a future version.The Java UUID of the linked playerDeprecated, for removal: This API element is subject to removal in a future version.The Java username of the linked playerbooleanDeprecated, for removal: This API element is subject to removal in a future version.If the LinkedPlayer is sent from a different platform.static LinkedPlayerDeprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
of
Deprecated, for removal: This API element is subject to removal in a future version. -
fromString
Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
getJavaUsername
Deprecated, for removal: This API element is subject to removal in a future version.The Java username of the linked player -
getJavaUniqueId
Deprecated, for removal: This API element is subject to removal in a future version.The Java UUID of the linked player -
getBedrockId
Deprecated, for removal: This API element is subject to removal in a future version.The UUID of the Bedrock player -
isFromDifferentPlatform
public boolean isFromDifferentPlatform()Deprecated, for removal: This API element is subject to removal in a future version.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.
-