| Package | Description |
|---|---|
| us.myles.ViaVersion.api.boss | |
| us.myles.ViaVersion.boss |
| Modifier and Type | Method and Description |
|---|---|
static BossFlag |
BossFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BossFlag[] |
BossFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BossBar |
BossBar.addFlag(BossFlag flag)
Add flags
|
abstract boolean |
BossBar.hasFlag(BossFlag flag) |
abstract BossBar |
BossBar.removeFlag(BossFlag flag)
Remove flags.
|
| Modifier and Type | Method and Description |
|---|---|
Set<BossFlag> |
CommonBoss.getFlags() |
| Modifier and Type | Method and Description |
|---|---|
BossBar |
CommonBoss.addFlag(BossFlag flag) |
boolean |
CommonBoss.hasFlag(BossFlag flag) |
BossBar |
CommonBoss.removeFlag(BossFlag flag) |
Copyright © 2016–2021. All rights reserved.