HyCodeYourTale
classpublicPriority 1

PlayerAuthentication

com.hypixel.hytale.server.core.auth.PlayerAuthentication

8

Methods

8

Public Methods

4

Fields

2

Constructors

Constants

intMAX_REFERRAL_DATA_SIZE= 4096

Constructors

public
PlayerAuthentication()
public
PlayerAuthentication(UUID uuid, String username)

Methods

Public Methods (8)

public
byte[] getReferralData()
@Nullable
public
HostAddress getReferralSource()
@Nullable
public
String getUsername()
@Nonnull
public
UUID getUuid()
@Nonnull
public
void setReferralData(byte[] referralData)
public
void setReferralSource(HostAddress referralSource)
public
void setUsername(String username)
public
void setUuid(UUID uuid)

Fields

Private/Package Fields (4)

privatebyte[] referralData
privateHostAddress referralSource
privateString username
privateUUID uuid

Related Classes