ProgressItem

constructor(item: Item, countDown: Boolean = true)(source)

Parameters

item

The item to be displayed

countDown

If true, the progress bar will be inverted, meaning that 0.0 is full and 1.0 is empty.


constructor(builder: ItemStackBuilder, inverse: Boolean = true)(source)
constructor(material: Material, inverse: Boolean = true)(source)
constructor(stack: ItemStack, inverse: Boolean = true)(source)