toggle menu
nova-parent
0.17-alpha.39
main
switch theme
search in API
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.