public class FurnaceExtractEvent extends BlockExpEvent
Event.Resultblock| Constructor and Description | 
|---|
FurnaceExtractEvent(@NotNull Player player,
                   @NotNull Block block,
                   @NotNull Material itemType,
                   int itemAmount,
                   int exp)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getItemAmount()
Get the item count being retrieved 
 | 
@NotNull Material | 
getItemType()
Get the Material of the item being retrieved 
 | 
@NotNull Player | 
getPlayer()
Get the player that triggered the event 
 | 
getExpToDrop, getHandlerList, getHandlers, setExpToDropgetBlockgetEventName, isAsynchronous@NotNull public @NotNull Player getPlayer()
@NotNull public @NotNull Material getItemType()
public int getItemAmount()
Copyright © 2021. All rights reserved.