Package net.kyori.adventure.text.object
Interface PlayerHeadObjectContents.ProfileProperty
- All Superinterfaces:
net.kyori.examination.Examinable
- Enclosing interface:
- PlayerHeadObjectContents
public static interface PlayerHeadObjectContents.ProfileProperty
extends net.kyori.examination.Examinable
A player profile property value with an optional signature.
- Since:
- 4.25.0
-
Method Summary
Methods inherited from interface net.kyori.examination.Examinable
examinableName, examine
-
Method Details
-
name
Gets the name of the property.- Returns:
- the name
- Since:
- 4.25.0
-
value
Gets the value of the property.- Returns:
- the value
- Since:
- 4.25.0
-
signature
Gets the signature of the property, if present.- Returns:
- the signature or null
- Since:
- 4.25.0
-
examinableProperties
@NotNull default @NotNull Stream<? extends net.kyori.examination.ExaminableProperty> examinableProperties()- Specified by:
examinableProperties
in interfacenet.kyori.examination.Examinable
-