NovaTileEntityState

Functions

Link copied to clipboard
@NotNull
abstract fun getBlock(): @NotNull NovaBlock
Gets the NovaBlock of this NovaBlockState.
Link copied to clipboard
@NotNull
abstract fun getLocation(): @NotNull Location
Gets the Location of this NovaBlockState.
Link copied to clipboard
@NotNull
abstract fun getMaterial(): @NotNull NovaMaterial
Gets the NovaMaterial of this NovaBlockState.
Link copied to clipboard
@NotNull
abstract fun getTileEntity(): @NotNull TileEntity
Gets the TileEntity represented by this NovaTileEntityState.