BlockBehaviorFactory

Factory for creating BlockBehavior instances of T based on a NovaBlock.

Inheritors

Functions

Link copied to clipboard
abstract fun create(block: NovaBlock): T

Creates a new BlockBehavior instance of T based on the given block.