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 Type
    Method
    Description
    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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    The UUID of the Bedrock player
    Deprecated, for removal: This API element is subject to removal in a future version.
    The Java UUID of the linked player
    Deprecated, for removal: This API element is subject to removal in a future version.
    The Java username of the linked player
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    If the LinkedPlayer is sent from a different platform.
    of(String javaUsername, UUID javaUniqueId, UUID bedrockId)
    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.
     

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • of

      public static LinkedPlayer of(String javaUsername, UUID javaUniqueId, UUID bedrockId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • fromString

      public static LinkedPlayer fromString(String data)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object
    • clone

      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException
    • getJavaUsername

      public String getJavaUsername()
      Deprecated, for removal: This API element is subject to removal in a future version.
      The Java username of the linked player
    • getJavaUniqueId

      public UUID getJavaUniqueId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      The Java UUID of the linked player
    • getBedrockId

      public UUID 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.