mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-19 06:42:02 +01:00
#494: InventoryView - Add missing Brewing FUEL_TIME
By: ShaneBeee <shanebolenback@me.com>
This commit is contained in:
parent
d21a8eaf95
commit
4d40a4b485
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user