getTileEntityAt

open fun getTileEntityAt(location: Location): TileEntity

Deprecated

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.

Deprecated

Inconsistent naming. Use getTileEntity instead.