Interface LoginChainData

All Known Implementing Classes:
ClientChainData

public interface LoginChainData
Author:
CreeperFace
  • Method Details

    • getUsername

      String getUsername()
    • getClientUUID

      UUID getClientUUID()
    • getIdentityPublicKey

      String getIdentityPublicKey()
    • getClientId

      long getClientId()
    • getServerAddress

      String getServerAddress()
    • getDeviceModel

      String getDeviceModel()
    • getDeviceOS

      int getDeviceOS()
    • getDeviceId

      String getDeviceId()
    • getGameVersion

      String getGameVersion()
    • getGuiScale

      int getGuiScale()
    • getLanguageCode

      String getLanguageCode()
    • getXUID

      String getXUID()
    • isXboxAuthed

      boolean isXboxAuthed()
    • getCurrentInputMode

      int getCurrentInputMode()
    • getDefaultInputMode

      int getDefaultInputMode()
    • getCapeData

      String getCapeData()
    • getUIProfile

      int getUIProfile()
    • getRawData

      @Since("1.2.1.0-PN") com.google.gson.JsonObject getRawData()