mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 03:05:52 -07:00
Clarify furnace burn time behaviour as per SPIGOT-844
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -18,6 +18,9 @@ public interface Furnace extends Container, Nameable {
|
|||||||
/**
|
/**
|
||||||
* Set burn time.
|
* Set burn time.
|
||||||
*
|
*
|
||||||
|
* A burn time greater than 0 will cause this block to be lit, whilst a time
|
||||||
|
* less than 0 will extinguish it.
|
||||||
|
*
|
||||||
* @param burnTime Burn time
|
* @param burnTime Burn time
|
||||||
*/
|
*/
|
||||||
public void setBurnTime(short burnTime);
|
public void setBurnTime(short burnTime);
|
||||||
|
Reference in New Issue
Block a user