public static interface ClickInventoryEvent.Recipe extends ClickInventoryEvent
Modifier and Type | Interface and Description |
---|---|
static interface |
ClickInventoryEvent.Recipe.All
Fires when the client requests a recipe to be crafted as much as possible.
|
static interface |
ClickInventoryEvent.Recipe.Single
Fires when the Client requests a recipe to be crafted once.
|
ClickInventoryEvent.Creative, ClickInventoryEvent.Double, ClickInventoryEvent.Drag, ClickInventoryEvent.Drop, ClickInventoryEvent.Middle, ClickInventoryEvent.NumberPress, ClickInventoryEvent.Primary, ClickInventoryEvent.Recipe, ClickInventoryEvent.Secondary, ClickInventoryEvent.Shift
ChangeInventoryEvent.Equipment, ChangeInventoryEvent.Held, ChangeInventoryEvent.Pickup, ChangeInventoryEvent.SwapHand, ChangeInventoryEvent.Transfer
InteractInventoryEvent.Close, InteractInventoryEvent.Open
Modifier and Type | Method and Description |
---|---|
Recipe |
getRecipe()
Returns the requested recipe.
|
getSlot
filter, getTransactions
isCancelled, setCancelled
getCursorTransaction
getTargetInventory
getCause, getContext, getSource
Recipe getRecipe()