mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
#494: InventoryView - Add missing Brewing FUEL_TIME
This commit is contained in:
parent
b999860d43
commit
4fe19cae8b
1 changed files with 7 additions and 0 deletions
|
@ -24,6 +24,13 @@ public abstract class InventoryView {
|
|||
* The progress of the down-pointing arrow in a brewing inventory.
|
||||
*/
|
||||
BREW_TIME(0, InventoryType.BREWING),
|
||||
/**
|
||||
* The progress of the fuel slot in a brewing inventory.
|
||||
*
|
||||
* This is a value between 0 and 20, with 0 making the bar empty, and 20
|
||||
* making the bar full.
|
||||
*/
|
||||
FUEL_TIME(1, InventoryType.BREWING),
|
||||
/**
|
||||
* The progress of the flame in a furnace inventory.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue