Uses of Interface
net.runelite.api.Tile
-
Packages that use Tile Package Description net.runelite.api net.runelite.api.events -
-
Uses of Tile in net.runelite.api
Methods in net.runelite.api that return Tile Modifier and Type Method Description Tile
Tile. getBridge()
Return the tile under this one, if this tile is a bridgeTile[][][]
Scene. getExtendedTiles()
Get the extended scene.default Tile
Client. getSelectedSceneTile()
Deprecated.Tile
WorldView. getSelectedSceneTile()
Gets the currently selected tile.Tile[][][]
Scene. getTiles()
Gets the tiles in the sceneMethods in net.runelite.api with parameters of type Tile Modifier and Type Method Description void
TileFunction. drawTile(Tile tile, int tileX, int tileY, int px0, int py0, int px1, int py1)
void
Scene. removeTile(Tile tile)
Remove a tile from the scene -
Uses of Tile in net.runelite.api.events
Methods in net.runelite.api.events that return Tile Modifier and Type Method Description Tile
DecorativeObjectDespawned. getTile()
The affected tile.Tile
DecorativeObjectSpawned. getTile()
The affected tile.Tile
GameObjectDespawned. getTile()
The affected tile.Tile
GameObjectSpawned. getTile()
The affected tile.Tile
GroundObjectDespawned. getTile()
The affected tile.Tile
GroundObjectSpawned. getTile()
The affected tile.Tile
ItemDespawned. getTile()
Tile
ItemQuantityChanged. getTile()
Tile
ItemSpawned. getTile()
Tile
WallObjectDespawned. getTile()
The affected tile.Tile
WallObjectSpawned. getTile()
The affected tile.Methods in net.runelite.api.events with parameters of type Tile Modifier and Type Method Description void
DecorativeObjectDespawned. setTile(Tile tile)
The affected tile.void
DecorativeObjectSpawned. setTile(Tile tile)
The affected tile.void
GameObjectDespawned. setTile(Tile tile)
The affected tile.void
GameObjectSpawned. setTile(Tile tile)
The affected tile.void
GroundObjectDespawned. setTile(Tile tile)
The affected tile.void
GroundObjectSpawned. setTile(Tile tile)
The affected tile.void
WallObjectDespawned. setTile(Tile tile)
The affected tile.void
WallObjectSpawned. setTile(Tile tile)
The affected tile.Constructors in net.runelite.api.events with parameters of type Tile Constructor Description ItemDespawned(Tile tile, TileItem item)
ItemQuantityChanged(TileItem item, Tile tile, int oldQuantity, int newQuantity)
ItemSpawned(Tile tile, TileItem item)
-