Custom_Crafter
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Custom_Crafter
Custom_Crafter
/
io.github.sakaki_aruka.customcrafter.api.event
/
RegisterCustomRecipeEvent
Register
Custom
Recipe
Event
class
RegisterCustomRecipeEvent
(
val
recipes
:
List
<
CRecipe
>
)
:
Event
,
Cancellable
Called when a recipe registered.
Parameters
recipes
registered recipe.
Members
Constructors
Register
Custom
Recipe
Event
Link copied to clipboard
constructor
(
recipes
:
List
<
CRecipe
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
event
Name
Link copied to clipboard
@get:
NotNull
open
val
eventName
:
@
NotNull
String
handlers
Link copied to clipboard
open
override
val
handlers
:
HandlerList
is
Asynchronous
Link copied to clipboard
val
isAsynchronous
:
Boolean
is
Cancelled
Link copied to clipboard
open
override
var
isCancelled
:
Boolean
recipes
Link copied to clipboard
val
recipes
:
List
<
CRecipe
>
Functions
call
Event
Link copied to clipboard
open
fun
callEvent
(
)
:
Boolean
get
Handlers
Link copied to clipboard
open
override
fun
getHandlers
(
)
:
HandlerList
is
Cancelled
Link copied to clipboard
open
override
fun
isCancelled
(
)
:
Boolean
set
Cancelled
Link copied to clipboard
open
override
fun
setCancelled
(
p0
:
Boolean
)