Class PlayerAuthentication
java.lang.Object
com.hypixel.hytale.server.core.auth.PlayerAuthentication
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intprivate byte[]private HostAddressprivate Stringprivate UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getUuid()voidsetReferralData(byte[] referralData) voidsetReferralSource(HostAddress referralSource) voidsetUsername(String username) void
-
Field Details
-
MAX_REFERRAL_DATA_SIZE
public static final int MAX_REFERRAL_DATA_SIZE- See Also:
-
uuid
-
username
-
referralData
private byte[] referralData -
referralSource
-
-
Constructor Details
-
PlayerAuthentication
public PlayerAuthentication() -
PlayerAuthentication
-
-
Method Details
-
getUsername
-
getUuid
-
setUsername
-
setUuid
-
getReferralData
@Nullable public byte[] getReferralData() -
setReferralData
public void setReferralData(@Nullable byte[] referralData) -
getReferralSource
-
setReferralSource
-