Class DisplaySlots
- java.lang.Object
-
- org.spongepowered.api.scoreboard.displayslot.DisplaySlots
-
public final class DisplaySlots extends java.lang.Object
Display slot names which display an objective in a particular place in-game.
-
-
Field Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Registry<DisplaySlot>
registry()
-
-
-
Field Detail
-
BELOW_NAME
public static final DefaultedRegistryReference<DisplaySlot> BELOW_NAME
Displays a player's score for the objective underneath their nametag in-game, when a player is closer than 10 blocks.
-
LIST
public static final DefaultedRegistryReference<DisplaySlot> LIST
Displays scores for the objective next to players' names in the player list (accessed by holding TAB).
-
SIDEBAR
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR
Displays scores for the objective on the side of the screen in-game.
-
SIDEBAR_TEAM_AQUA
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_AQUA
-
SIDEBAR_TEAM_BLACK
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_BLACK
-
SIDEBAR_TEAM_BLUE
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_BLUE
-
SIDEBAR_TEAM_DARK_AQUA
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_DARK_AQUA
-
SIDEBAR_TEAM_DARK_BLUE
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_DARK_BLUE
-
SIDEBAR_TEAM_DARK_GRAY
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_DARK_GRAY
-
SIDEBAR_TEAM_DARK_GREEN
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_DARK_GREEN
-
SIDEBAR_TEAM_DARK_PURPLE
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_DARK_PURPLE
-
SIDEBAR_TEAM_DARK_RED
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_DARK_RED
-
SIDEBAR_TEAM_GOLD
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_GOLD
-
SIDEBAR_TEAM_GRAY
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_GRAY
-
SIDEBAR_TEAM_GREEN
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_GREEN
-
SIDEBAR_TEAM_LIGHT_PURPLE
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_LIGHT_PURPLE
-
SIDEBAR_TEAM_RED
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_RED
-
SIDEBAR_TEAM_WHITE
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_WHITE
-
SIDEBAR_TEAM_YELLOW
public static final DefaultedRegistryReference<DisplaySlot> SIDEBAR_TEAM_YELLOW
-
-
Method Detail
-
registry
public static Registry<DisplaySlot> registry()
-
-