Uses of Enum
org.bukkit.scoreboard.Team.OptionStatus
Package
Description
Interfaces used to manage the client side score display system.
-
Uses of Team.OptionStatus in org.bukkit.scoreboard
Modifier and TypeMethodDescriptionTeam.getOption(Team.Option option)
Get an option for this teamstatic Team.OptionStatus
Returns the enum constant of this type with the specified name.static Team.OptionStatus[]
Team.OptionStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Team.setOption(Team.Option option, Team.OptionStatus status)
Set an option for this team