public interface LoginChainData
| Modifier and Type | Method and Description |
|---|---|
long |
getClientId() |
UUID |
getClientUUID() |
int |
getCurrentInputMode() |
int |
getDefaultInputMode() |
String |
getDeviceId() |
String |
getDeviceModel() |
int |
getDeviceOS() |
String |
getGameVersion() |
int |
getGuiScale() |
String |
getIdentityPublicKey() |
String |
getLanguageCode() |
String |
getServerAddress() |
com.nukkitx.protocol.bedrock.data.skin.SerializedSkin |
getSkin() |
int |
getUIProfile() |
String |
getUsername() |
String |
getXUID() |
boolean |
isXboxAuthed() |
String getUsername()
UUID getClientUUID()
String getIdentityPublicKey()
long getClientId()
String getServerAddress()
String getDeviceModel()
int getDeviceOS()
String getDeviceId()
String getGameVersion()
int getGuiScale()
String getLanguageCode()
String getXUID()
boolean isXboxAuthed()
int getCurrentInputMode()
int getDefaultInputMode()
com.nukkitx.protocol.bedrock.data.skin.SerializedSkin getSkin()
int getUIProfile()
Copyright © 2020. All rights reserved.