nova-parent
Toggle table of contents
0.18-alpha.14
jvm
Platform filter
jvm
Switch theme
Search in API
nova-parent
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
abstract
val
required
:
Set
<
ContextParamType
<
*
>
>
Functions
add
Optional
Link copied to clipboard
fun
addOptional
(
paramType
:
ContextParamType
<
*
>
)