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
/
NovaBlock
Nova
Block
interface
NovaBlock
Members
Functions
get
Id
Link copied to clipboard
abstract
fun
getId
(
)
:
NamespacedId
Gets the id of this block type.
get
Item
Link copied to clipboard
abstract
fun
getItem
(
)
:
NovaItem
Gets the item for this block type, or null if there is none.
get
Localized
Name
Link copied to clipboard
open
fun
getLocalizedName
(
locale
:
String
)
:
String
Gets the localized name of this block type.
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
Component
Gets the name of this block type.
get
Plaintext
Name
Link copied to clipboard
abstract
fun
getPlaintextName
(
locale
:
String
)
:
String
Gets the plaintext name of this block type.