nova-parent
Toggle table of contents
0.18-alpha.14
main
Platform filter
main
Switch theme
Search in API
nova-parent
nova-api
/
xyz.xenondevs.nova.api.block
/
NovaBlockRegistry
Nova
Block
Registry
interface
NovaBlockRegistry
Members
Functions
get
Link copied to clipboard
abstract
fun
get
(
id
:
String
)
:
NovaBlock
abstract
fun
get
(
id
:
NamespacedId
)
:
NovaBlock
Gets the
NovaBlock
with the specified id.
get
Or
Null
Link copied to clipboard
abstract
fun
getOrNull
(
id
:
String
)
:
NovaBlock
abstract
fun
getOrNull
(
id
:
NamespacedId
)
:
NovaBlock
Gets the
NovaBlock
with the specified id, or null if there is none.