Uses of Enum Class
org.bukkit.scoreboard.Team.OptionStatus
Packages that use Team.OptionStatus
Package
Description
Interfaces used to manage the client side score display system.
-
Uses of Team.OptionStatus in org.bukkit.scoreboard
Subclasses with type arguments of type Team.OptionStatus in org.bukkit.scoreboardModifier and TypeClassDescriptionstatic enumHow an option may be applied to members of this team.Methods in org.bukkit.scoreboard that return Team.OptionStatusModifier and TypeMethodDescriptionTeam.getOption(Team.Option option) Get an option for this teamstatic Team.OptionStatusReturns the enum constant of this class with the specified name.static Team.OptionStatus[]Team.OptionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.scoreboard with parameters of type Team.OptionStatusModifier and TypeMethodDescriptionvoidTeam.setOption(Team.Option option, Team.OptionStatus status) Set an option for this team