UnregisterCustomRecipeEvent

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

Called when a recipe unregistered.

Parameters

recipes

registered recipe.

isAsync

Called from async or not (since 5.2.0)

Constructors

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

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

Functions

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