Class FurnaceExtractEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.BlockExpEvent
org.bukkit.event.inventory.FurnaceExtractEvent
This event is called when a player takes items out of a furnace-like block such as a
Furnace, Smoker, or
BlastFurnace.-
Nested Class Summary
Nested classes/interfaces inherited from class Event
Event.Result -
Field Summary
Fields inherited from class BlockEvent
block -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet the item count being retrievedGet the ItemStack of the item triggering the eventGet the Material of the item being retrievedGet the player that triggered the eventMethods inherited from class BlockExpEvent
getExpToDrop, getHandlerList, getHandlers, setExpToDropMethods inherited from class BlockEvent
getBlockMethods inherited from class Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
FurnaceExtractEvent
-
-
Method Details
-
getPlayer
-
getItemType
-
getItemStack
-
getItemAmount
public int getItemAmount()Get the item count being retrieved- Returns:
- the amount of the item
-