Class BedrockData

java.lang.Object
org.geysermc.floodgate.util.BedrockData
All Implemented Interfaces:
Cloneable

@Deprecated(forRemoval=true, since="3.0.0") public final class BedrockData 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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • 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.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    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.
     
    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.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    of(String version, String username, String xuid, int deviceOs, String languageCode, int uiProfile, int inputMode, String ip, int subscribeId, String verifyCode)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    of(String version, String username, String xuid, int deviceOs, String languageCode, int uiProfile, int inputMode, String ip, LinkedPlayer linkedPlayer, boolean fromProxy, int subscribeId, String verifyCode)
    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
  • Field Details

    • EXPECTED_LENGTH

      public static final int EXPECTED_LENGTH
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Method Details

    • of

      public static BedrockData of(String version, String username, String xuid, int deviceOs, String languageCode, int uiProfile, int inputMode, String ip, LinkedPlayer linkedPlayer, boolean fromProxy, int subscribeId, String verifyCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • of

      public static BedrockData of(String version, String username, String xuid, int deviceOs, String languageCode, int uiProfile, int inputMode, String ip, int subscribeId, String verifyCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • fromString

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

      public boolean hasPlayerLink()
      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

      public BedrockData clone() throws CloneNotSupportedException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException
    • getVersion

      public String getVersion()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUsername

      public String getUsername()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getXuid

      public String getXuid()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDeviceOs

      public int getDeviceOs()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLanguageCode

      public String getLanguageCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUiProfile

      public int getUiProfile()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getInputMode

      public int getInputMode()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getIp

      public String getIp()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLinkedPlayer

      public LinkedPlayer getLinkedPlayer()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isFromProxy

      public boolean isFromProxy()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSubscribeId

      public int getSubscribeId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getVerifyCode

      public String getVerifyCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDataLength

      public int getDataLength()
      Deprecated, for removal: This API element is subject to removal in a future version.