public class FurnaceSmeltEvent extends BlockEvent implements Cancellable
block| Constructor and Description |
|---|
FurnaceSmeltEvent(FurnaceBlockEntity furnace,
Item source,
Item result) |
| Modifier and Type | Method and Description |
|---|---|
FurnaceBlockEntity |
getFurnace() |
Item |
getResult() |
Item |
getSource() |
void |
setResult(Item result) |
getBlockisCancelled, setCancelled, setCancelledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisCancelled, setCancelled, setCancelledpublic FurnaceSmeltEvent(FurnaceBlockEntity furnace, Item source, Item result)
public FurnaceBlockEntity getFurnace()
public Item getSource()
public Item getResult()
public void setResult(Item result)
Copyright © 2020. All rights reserved.