Uses of Class
org.bukkit.scoreboard.Team.OptionStatus
-
Packages that use Team.OptionStatus Package Description org.bukkit.scoreboard Interfaces used to manage the client side score display system. -
-
Uses of Team.OptionStatus in org.bukkit.scoreboard
Methods in org.bukkit.scoreboard that return Team.OptionStatus Modifier and Type Method Description @NotNull Team.OptionStatusTeam. getOption(@NotNull Team.Option option)Get an option for this teamstatic Team.OptionStatusTeam.OptionStatus. valueOf(String name)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.Methods in org.bukkit.scoreboard with parameters of type Team.OptionStatus Modifier and Type Method Description voidTeam. setOption(@NotNull Team.Option option, @NotNull Team.OptionStatus status)Set an option for this team
-