Class ProfileProperty
java.lang.Object
com.destroystokyo.paper.profile.ProfileProperty
Represents a property on a
PlayerProfile- Since:
- 1.12.2
-
Constructor Summary
ConstructorsConstructorDescriptionProfileProperty(String name, String value) ProfileProperty(String name, String value, @Nullable String signature) -
Method Summary
-
Constructor Details
-
ProfileProperty
-
ProfileProperty
-
-
Method Details
-
getName
- Returns:
- The property name, ie "textures"
- Since:
- 1.12.2
-
getValue
- Returns:
- The property value, likely to be base64 encoded
- Since:
- 1.12.2
-
getSignature
-
isSigned
public boolean isSigned()- Returns:
- If this property has a signature or not
- Since:
- 1.12.2
-
equals
-
hashCode
-