Interface PlayerHeadObjectContents.ProfileProperty

Enclosing interface:
PlayerHeadObjectContents

public static interface PlayerHeadObjectContents.ProfileProperty
A player profile property value with an optional signature.
Since:
4.25.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the property.
    @Nullable String
    Gets the signature of the property, if present.
    Gets the value of the property.
  • Method Details

    • name

      String name()
      Gets the name of the property.
      Returns:
      the name
      Since:
      4.25.0
    • value

      String value()
      Gets the value of the property.
      Returns:
      the value
      Since:
      4.25.0
    • signature

      @Nullable String signature()
      Gets the signature of the property, if present.
      Returns:
      the signature or null
      Since:
      4.25.0