public class FurnaceBurnEvent extends BlockEvent implements Cancellable
block| Constructor and Description |
|---|
FurnaceBurnEvent(Furnace furnace,
Item fuel,
short burnTime) |
| Modifier and Type | Method and Description |
|---|---|
short |
getBurnTime() |
Item |
getFuel() |
Furnace |
getFurnace() |
static HandlerList |
getHandlers() |
boolean |
isBurning() |
void |
setBurning(boolean burning) |
void |
setBurnTime(short burnTime) |
getBlockgetEventName, isCancelled, setCancelled, setCancelledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisCancelled, setCancelled, setCancelledpublic static HandlerList getHandlers()
public Furnace getFurnace()
public Item getFuel()
public short getBurnTime()
public void setBurnTime(short burnTime)
public boolean isBurning()
public void setBurning(boolean burning)
Copyright © 2020. All rights reserved.