public class BossBarConfig
extends java.lang.Object
| Constructor and Description |
|---|
BossBarConfig(boolean show,
boolean vanillaItems,
boolean customItems)
Create an instance of this Class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
show() |
boolean |
showCustomItems() |
boolean |
showVanillaItems() |
public BossBarConfig(boolean show,
boolean vanillaItems,
boolean customItems)
show - Whether the BossBar(s) will be displayed or not.vanillaItems - Whether durability for the Damageable Items already in the
game will be displayed in the BossBar(s).customItems - Whether durability for the CustomItems will be
displayed in the BossBar(s).public boolean show()
public boolean showVanillaItems()
public boolean showCustomItems()
CustomItems will be displayed
in the BossBar(s).