Class StyledScoreFormat
java.lang.Object
com.github.retrooper.packetevents.protocol.score.StyledScoreFormat
- All Implemented Interfaces:
ScoreFormat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.kyori.adventure.text.Component
format
(int score) net.kyori.adventure.text.format.Style
getStyle()
getType()
static StyledScoreFormat
read
(PacketWrapper<?> wrapper) static void
write
(PacketWrapper<?> wrapper, StyledScoreFormat format)
-
Constructor Details
-
StyledScoreFormat
public StyledScoreFormat(net.kyori.adventure.text.format.Style style)
-
-
Method Details
-
read
-
write
-
format
public net.kyori.adventure.text.Component format(int score) - Specified by:
format
in interfaceScoreFormat
-
getType
- Specified by:
getType
in interfaceScoreFormat
-
getStyle
public net.kyori.adventure.text.format.Style getStyle()
-