| Package | Description |
|---|---|
| org.cloudburstmc.server.player | |
| org.cloudburstmc.server.utils |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Long,DummyBossBar> |
Player.dummyBossBars |
| Modifier and Type | Method and Description |
|---|---|
DummyBossBar |
Player.getDummyBossBar(long bossBarId)
Get a DummyBossBar object
|
| Modifier and Type | Method and Description |
|---|---|
Map<Long,DummyBossBar> |
Player.getDummyBossBars()
Get all DummyBossBar objects
|
| Modifier and Type | Method and Description |
|---|---|
long |
Player.createBossBar(DummyBossBar dummyBossBar)
Creates and sends a BossBar to the player
|
| Modifier and Type | Method and Description |
|---|---|
DummyBossBar |
DummyBossBar.Builder.build() |
Copyright © 2020. All rights reserved.