public final class ObjectiveDisplayModes extends Object
ObjectiveDisplayMode
s which cause scores for an
Objective
to be be
displayed differently.Modifier and Type | Field and Description |
---|---|
static ObjectiveDisplayMode |
HEARTS
Causes the scores for an
Objective
to be displayed as hearts. |
static ObjectiveDisplayMode |
INTEGER
Causes the scores for an
Objective
to be displayed as integers. |
public static final ObjectiveDisplayMode INTEGER
Objective
to be displayed as integers.public static final ObjectiveDisplayMode HEARTS
Objective
to be displayed as hearts.
This only has an effect for an Objective
with the display slot DisplaySlots.LIST
.