#494: InventoryView - Add missing Brewing FUEL_TIME

This commit is contained in:
ShaneBeee 2020-05-02 17:45:05 +10:00 committed by md_5
parent b999860d43
commit 4fe19cae8b

View file

@ -24,6 +24,13 @@ public abstract class InventoryView {
* The progress of the down-pointing arrow in a brewing inventory. * The progress of the down-pointing arrow in a brewing inventory.
*/ */
BREW_TIME(0, InventoryType.BREWING), 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. * The progress of the flame in a furnace inventory.
*/ */