toggle menu
nova-parent
0.17-alpha.34
jvm
switch theme
search in API
nova
/
xyz.xenondevs.nova.context.intention
/
DefaultContextIntentions
/
BlockBreak
Block
Break
data
object
BlockBreak
:
ContextIntention
The intention to break a block.
Members
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
<
*
>
)