nova-parent
Toggle table of contents
0.20-alpha.4
java
Platform filter
java
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
@
NotNull
abstract
fun
get
(
@
NotNull
id
:
@
NotNull
String
)
:
@
NotNull
NovaBlock
@
NotNull
abstract
fun
get
(
@
NotNull
id
:
@
NotNull
NamespacedId
)
:
@
NotNull
NovaBlock
Gets the
NovaBlock
with the specified id.
get
Or
Null
Link copied to clipboard
@
Nullable
abstract
fun
getOrNull
(
@
NotNull
id
:
@
NotNull
String
)
:
@
Nullable
NovaBlock
@
Nullable
abstract
fun
getOrNull
(
@
NotNull
id
:
@
NotNull
NamespacedId
)
:
@
Nullable
NovaBlock
Gets the
NovaBlock
with the specified id, or null if there is none.