BlockState
A BlockSate is extra data associated with a block used to determine how a block looks and behaves. The API only exposes
the NovaMaterial
and the location of the block via the NovaBlockState
class.
Getting the NovaMaterial of a block at a specific location
TileEntity block states
TileEntities use the NovaTileEntityState
class via which you can get the TileEntity
instance of the block.
For more information about the BlockManager, see the BlockManager page.