UnregisterCustomRecipeEvent

class UnregisterCustomRecipeEvent(val recipes: List<CRecipe>) : Event, Cancellable

Called when a recipe unregistered.

Parameters

recipes

registered recipe.

Constructors

Link copied to clipboard
constructor(recipes: List<CRecipe>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:NotNull
open val eventName: @NotNull String
Link copied to clipboard
open override val handlers: HandlerList
Link copied to clipboard
Link copied to clipboard
open override var isCancelled: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
open fun callEvent(): Boolean
Link copied to clipboard
open override fun getHandlers(): HandlerList
Link copied to clipboard
open override fun isCancelled(): Boolean
Link copied to clipboard
open override fun setCancelled(p0: Boolean)