Class LegacyFormat
java.lang.Object
net.kyori.adventure.text.serializer.legacy.LegacyFormat
- All Implemented Interfaces:
net.kyori.examination.Examinable
A legacy format.
- Since:
- 4.0.0
-
Method Details
-
color
Gets the color.- Returns:
- the color
- Since:
- 4.0.0
-
decoration
Gets the decoration.- Returns:
- the decoration
- Since:
- 4.0.0
-
reset
public boolean reset()Gets if this format is a reset.- Returns:
true
if a reset,false
otherwise- Since:
- 4.0.0
-
equals
-
hashCode
public int hashCode() -
examinableProperties
@NotNull public @NotNull Stream<? extends net.kyori.examination.ExaminableProperty> examinableProperties()- Specified by:
examinableProperties
in interfacenet.kyori.examination.Examinable
-