NovaBlockRegistry

Functions

Link copied to clipboard
abstract fun get(id: String): NovaBlock
abstract fun get(id: NamespacedId): NovaBlock
Gets the NovaBlock with the specified id.
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.