Package net.md_5.bungee.api.score
Enum Position
- All Implemented Interfaces:
Serializable
,Comparable<Position>
Deprecated.
not handled anymore
Represents locations for a scoreboard to be displayed.
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
-
Enum Constant Details
-
LIST
Deprecated. -
SIDEBAR
Deprecated. -
BELOW
Deprecated. -
SIDEBAR_BLACK
Deprecated. -
SIDEBAR_DARK_BLUE
Deprecated. -
SIDEBAR_DARK_GREEN
Deprecated. -
SIDEBAR_DARK_AQUA
Deprecated. -
SIDEBAR_DARK_RED
Deprecated. -
SIDEBAR_DARK_PURPLE
Deprecated. -
SIDEBAR_GOLD
Deprecated. -
SIDEBAR_GRAY
Deprecated. -
SIDEBAR_DARK_GRAY
Deprecated. -
SIDEBAR_BLUE
Deprecated. -
SIDEBAR_GREEN
Deprecated. -
SIDEBAR_AQUA
Deprecated. -
SIDEBAR_RED
Deprecated. -
SIDEBAR_LIGHT_PURPLE
Deprecated. -
SIDEBAR_YELLOW
Deprecated. -
SIDEBAR_WHITE
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-