|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.BlockExpEvent
org.bukkit.event.inventory.FurnaceExtractEvent
public class FurnaceExtractEvent
This event is called when a player takes items out of the furnace
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.bukkit.event.Event |
|---|
Event.Result |
| Field Summary |
|---|
| Fields inherited from class org.bukkit.event.block.BlockEvent |
|---|
block |
| Constructor Summary | |
|---|---|
FurnaceExtractEvent(Player player,
Block block,
Material itemType,
int itemAmount,
int exp)
|
|
| Method Summary | |
|---|---|
int |
getItemAmount()
Get the item count being retrieved |
Material |
getItemType()
Get the Material of the item being retrieved |
Player |
getPlayer()
Get the player that triggered the event |
| Methods inherited from class org.bukkit.event.block.BlockExpEvent |
|---|
getExpToDrop, getHandlerList, getHandlers, setExpToDrop |
| Methods inherited from class org.bukkit.event.block.BlockEvent |
|---|
getBlock |
| Methods inherited from class org.bukkit.event.Event |
|---|
getEventName, isAsynchronous |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FurnaceExtractEvent(Player player,
Block block,
Material itemType,
int itemAmount,
int exp)
| Method Detail |
|---|
public Player getPlayer()
public Material getItemType()
public int getItemAmount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||