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- 
colorGets the color.- Returns:
- the color
- Since:
- 4.0.0
 
- 
decorationGets the decoration.- Returns:
- the decoration
- Since:
- 4.0.0
 
- 
resetpublic boolean reset()Gets if this format is a reset.- Returns:
- trueif a reset,- falseotherwise
- Since:
- 4.0.0
 
- 
equals
- 
hashCodepublic int hashCode()
- 
examinableProperties@NotNull public @NotNull Stream<? extends net.kyori.examination.ExaminableProperty> examinableProperties()- Specified by:
- examinablePropertiesin interface- net.kyori.examination.Examinable
 
 
-