Package com.destroystokyo.paper.profile
Class ProfileProperty
java.lang.Object
com.destroystokyo.paper.profile.ProfileProperty
Represents a property on a
PlayerProfile
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ProfileProperty
-
ProfileProperty
-
-
Method Details
-
getName
- Returns:
- The property name, ie "textures"
-
getValue
- Returns:
- The property value, likely to be base64 encoded
-
getSignature
- Returns:
- A signature from Mojang for signed properties
-
isSigned
public boolean isSigned()- Returns:
- If this property has a signature or not
-
equals
-
hashCode
public int hashCode()
-