| Package | Description |
|---|---|
| me.ryandw11.ultrabar | |
| me.ryandw11.ultrabar.api | |
| me.ryandw11.ultrabar.api.events |
| Modifier and Type | Method and Description |
|---|---|
void |
BossBarTimer.setupTimer(UBossBar ub) |
| Modifier and Type | Method and Description |
|---|---|
UBossBar |
BossBarBuilder.build()
Build the bar (aka, create it).
|
UBossBar |
BossBarBuilder.buildDead()
Create a permanent bar.
|
UBossBar |
UltraBarAPI.getBarWithPid(java.util.UUID pid)
Get a bar with a certain pid.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UBossBar> |
UltraBarAPI.getBarsForPlayer(org.bukkit.entity.Player p)
Find all active bars with a player.
|
java.util.List<UBossBar> |
UltraBarAPI.getBarsWithId(int id)
Find all active bars with a certain id.
|
java.util.List<UBossBar> |
UltraBarAPI.getTrackedBars()
Grab the active bossbars.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UltraBarAPI.deleteBar(UBossBar bar)
Delete a bar.
|
| Modifier and Type | Method and Description |
|---|---|
UBossBar |
BarTerminateEvent.getBar()
Get the bar data.
|
| Constructor and Description |
|---|
BarTerminateEvent(UBossBar bar,
TerminationReason tr) |