Package-level declarations

Custom_Crafter custom events

Types

Link copied to clipboard
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.

Link copied to clipboard

Called when CustomCrafterAPI changeable properties changed.

Link copied to clipboard
class RegisterCustomRecipeEvent(val recipes: List<CRecipe>) : Event, Cancellable

Called when a recipe registered.

Link copied to clipboard
class UnregisterCustomRecipeEvent(val recipes: List<CRecipe>) : Event, Cancellable

Called when a recipe unregistered.