public class FurnaceExtractEvent extends BlockExpEvent
Event.Result
block
Constructor | Description |
---|---|
FurnaceExtractEvent(Player player,
Block block,
Material itemType,
int itemAmount,
int exp) |
Modifier and Type | Method | Description |
---|---|---|
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
|
getBlock
getExpToDrop, getHandlerList, getHandlers, setExpToDrop
getEventName, isAsynchronous
@NotNull public Player getPlayer()
@NotNull public Material getItemType()
public int getItemAmount()
Copyright © 2019. All rights reserved.