getTileEntityAt

open fun getTileEntityAt(location: Location): TileEntity

Deprecated

Inconsistent naming. Use getTileEntity instead.

Gets the TileEntity at that Location or null if there isn't one.

Return

The TileEntity at that Location or null if there isn't one.