Package net.storm.api.entities
Interface ITiles
-
- All Superinterfaces:
EntityProvider<ITile>
public interface ITiles extends EntityProvider<ITile>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITile
getAt(int plane, net.runelite.api.Point sceneLocation)
ITile
getAt(net.runelite.api.coords.WorldPoint worldPoint)
ITile[][]
getRaw()
-
Methods inherited from interface net.storm.api.entities.EntityProvider
getAll
-
-