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
class CustomCrafterAPIPropertiesChangeEvent<T>(val propertyName: String, val oldValue: CustomCrafterAPIPropertiesChangeEvent.Property<T>, val newValue: CustomCrafterAPIPropertiesChangeEvent.Property<T>, isAsync: Boolean = false) : Event
Called when CustomCrafterAPI changeable properties changed.
Link copied to clipboard
Called when a recipe registered.
Link copied to clipboard
Called when a recipe unregistered.