public class CraftItemEvent extends Event implements Cancellable
| Constructor and Description |
|---|
CraftItemEvent(CraftingTransaction transaction) |
CraftItemEvent(Player player,
Item[] input,
Recipe recipe) |
| Modifier and Type | Method and Description |
|---|---|
static HandlerList |
getHandlers() |
Item[] |
getInput() |
Player |
getPlayer() |
Recipe |
getRecipe() |
CraftingTransaction |
getTransaction() |
getEventName, isCancelled, setCancelled, setCancelledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisCancelled, setCancelled, setCancelledpublic CraftItemEvent(CraftingTransaction transaction)
public static HandlerList getHandlers()
public CraftingTransaction getTransaction()
public Item[] getInput()
public Recipe getRecipe()
public Player getPlayer()
Copyright © 2020. All rights reserved.