Package org.geysermc.floodgate.util
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
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated, for removal: This API element is subject to removal in a future version.static BedrockDatafromString(String data) Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.getIp()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.intDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, 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.getXuid()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.static BedrockDataof(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.static BedrockDataof(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.toString()Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
EXPECTED_LENGTH
public static final int EXPECTED_LENGTHDeprecated, 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
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
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
-
getVersion
Deprecated, for removal: This API element is subject to removal in a future version. -
getUsername
Deprecated, for removal: This API element is subject to removal in a future version. -
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
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
Deprecated, for removal: This API element is subject to removal in a future version. -
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
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.
-