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