Package org.spongepowered.api.scoreboard
Interface ScoreFormat.Factory
- Enclosing interface:
 ScoreFormat
public static interface ScoreFormat.Factory
- 
Method Summary
Modifier and TypeMethodDescriptionblank()Blank score formatting.Fixed score formattingStyled number formatting 
- 
Method Details
- 
blank
ScoreFormat blank()Blank score formatting.- Returns:
 - the format
 
 - 
fixed
Fixed score formatting- Parameters:
 component- the fixed component- Returns:
 - the format
 
 - 
styled
Styled number formatting- Parameters:
 style- the style- Returns:
 - the format
 
 
 -