#494: InventoryView - Add missing Brewing FUEL_TIME

By: ShaneBeee <shanebolenback@me.com>
This commit is contained in:
Bukkit/Spigot 2020-05-02 17:45:05 +10:00
parent d21a8eaf95
commit 4d40a4b485

View File

@ -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.
*/