Uses of Class
org.bukkit.scoreboard.Team.Option
Package | Description |
---|---|
org.bukkit.scoreboard |
Interfaces used to manage the client side score display system.
|
-
Uses of Team.Option in org.bukkit.scoreboard
Methods in org.bukkit.scoreboard that return Team.Option Modifier and Type Method Description static Team.Option
Team.Option. valueOf(String name)
Returns the enum constant of this type with the specified name.static Team.Option[]
Team.Option. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.scoreboard with parameters of type Team.Option Modifier and Type Method Description Team.OptionStatus
Team. getOption(Team.Option option)
Get an option for this teamvoid
Team. setOption(Team.Option option, Team.OptionStatus status)
Set an option for this team