TileEntity

interface TileEntity

Functions

Link copied to clipboard
abstract fun getBlock(): NovaBlock
Gets the NovaBlock of this TileEntity.
Link copied to clipboard
abstract fun getDrops(includeSelf: Boolean): List<ItemStack>
Retrieves a list of all ItemStacks this TileEntity would drop.
Link copied to clipboard
abstract fun getLocation(): Location
Gets the Location of this TileEntity.
Link copied to clipboard
abstract fun getMaterial(): NovaMaterial
Gets the material of this TileEntity.
Link copied to clipboard
abstract fun getOwner(): OfflinePlayer
Gets the owner of this TileEntity.