Create Custom Item Event
class CreateCustomItemEvent(val player: Player, val view: CraftView, val result: Search.SearchResult?, val shiftUsed: Boolean, isAsync: Boolean) : Event
Called when a player did craft items what through custom crafting table.
Parameters
player
A crafter
view
A view of crafting gui
result
A result of crafting
shift Used
Shift-key used or not (since 5.0.17)
is Async
Called from async or not (since 5.0.17)
Constructors
Link copied to clipboard
constructor(player: Player, view: CraftView, result: Search.SearchResult?, shiftUsed: Boolean, isAsync: Boolean)