getTileEntityAt

@Nullable
open fun getTileEntityAt(@NotNull location: @NotNull Location): @Nullable 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.