toggle menu
nova-parent
0.17-alpha.34
jvm
switch theme
search in API
nova
/
xyz.xenondevs.nova.context.intention
/
ContextIntention
Context
Intention
abstract
class
ContextIntention
Represents an intention for what a context is used for.
Inheritors
BlockPlace
BlockBreak
BlockInteract
Members
Constructors
Context
Intention
Link copied to clipboard
constructor
(
)
Properties
all
Link copied to clipboard
val
all
:
Set
<
ContextParamType
<
*
>
>
optional
Link copied to clipboard
val
optional
:
Set
<
ContextParamType
<
*
>
>
required
Link copied to clipboard
val
required
:
Set
<
ContextParamType
<
*
>
>
Functions
add
Optional
Link copied to clipboard
fun
addOptional
(
paramType
:
ContextParamType
<
*
>
)
add
Required
Link copied to clipboard
fun
addRequired
(
paramType
:
ContextParamType
<
*
>
)