Clarify furnace burn time behaviour as per SPIGOT-844

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2018-12-22 11:03:48 +11:00
parent c078950291
commit 00b0722888

View file

@ -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);