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 CustomItem
s will be
displayed in the BossBar(s).public boolean show()
public boolean showVanillaItems()
public boolean showCustomItems()
CustomItem
s will be displayed
in the BossBar(s).