Package com.destroystokyo.paper.profile
Class ProfileProperty
java.lang.Object
com.destroystokyo.paper.profile.ProfileProperty
Represents a property on a 
PlayerProfile- 
Constructor SummaryConstructors
- 
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
 
- 
isSignedpublic boolean isSigned()- Returns:
- If this property has a signature or not
 
- 
equals
- 
hashCodepublic int hashCode()
 
-