mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Clarify furnace burn time behaviour as per SPIGOT-844
This commit is contained in:
parent
16453bfddb
commit
0969eedc88
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue