public class PlayerCraftItemEvent extends PlayerEvent implements Cancellable
Constructor and Description |
---|
PlayerCraftItemEvent(Player player,
Item item) |
Modifier and Type | Method and Description |
---|---|
Item |
getItem()
Gets the item the player wants to craft.
|
boolean |
isCancelled()
Determines if the event is cancelled.
|
void |
setCancelled(boolean cancel)
Cancels this event.
|
getPlayer
public Item getItem()
public boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancel)
Cancellable
setCancelled
in interface Cancellable
cancel
- set to true if you want to cancel this event.