| Package | Description | 
|---|---|
| org.bukkit.scoreboard | 
 Interfaces used to manage the client side score display system. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
@NotNull Team.OptionStatus | 
Team.getOption(@NotNull Team.Option option)
Get an option for this team 
 | 
static Team.OptionStatus | 
Team.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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Team.setOption(@NotNull Team.Option option,
         @NotNull Team.OptionStatus status)
Set an option for this team 
 | 
Copyright © 2022. All rights reserved.