Package net.storm.api.containers
Interface TileContainer
-
public interface TileContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITile[][]
getAll()
ITile[][][]
getAllFloors()
ITile
getAt(int x, int y)
ITile
getAt(int x, int y, int z)
-