Clarify furnace burn time behaviour as per SPIGOT-844

This commit is contained in:
md_5 2018-12-22 11:03:48 +11:00
parent 16453bfddb
commit 0969eedc88

View file

@ -18,6 +18,9 @@ public interface Furnace extends Container, Nameable {
/**
* 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
*/
public void setBurnTime(short burnTime);