TileEntityManager
You can get the TileEntityManager
using the previously retrieved Nova instance.
Getting a TileEntity at a specific location
Getting a TileEntity at a specific location is done by calling the getTileEntityAt
function of the TileEntityManager
.
The function either returns a TileEntity or null
if there is no TileEntity at the specified location.