Interface FixedFormat
- All Superinterfaces:
net.kyori.adventure.text.ComponentLike,NumberFormat
@NullMarked
public interface FixedFormat
extends NumberFormat, net.kyori.adventure.text.ComponentLike
A scoreboard number format that replaces the score number with a chat component.
-
Method Summary
Modifier and TypeMethodDescriptionnet.kyori.adventure.text.ComponentThe component shown instead of the number for a scoreMethods inherited from interface net.kyori.adventure.text.ComponentLike
asComponent
-
Method Details
-
component
net.kyori.adventure.text.Component component()The component shown instead of the number for a score- Returns:
- the chat component
-