mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
Clarify furnace burn time behaviour as per SPIGOT-844
By: md_5 <git@md-5.net>
This commit is contained in:
parent
c078950291
commit
00b0722888
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue