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 TileTile. getBridge()Return the tile under this one, if this tile is a bridgeTile[][][]Scene. getExtendedTiles()Get the extended scene.default TileClient. getSelectedSceneTile()Deprecated.TileWorldView. 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 voidTileFunction. drawTile(Tile tile, int tileX, int tileY, int px0, int py0, int px1, int py1)voidScene. 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 TileDecorativeObjectDespawned. getTile()The affected tile.TileDecorativeObjectSpawned. getTile()The affected tile.TileGameObjectDespawned. getTile()The affected tile.TileGameObjectSpawned. getTile()The affected tile.TileGroundObjectDespawned. getTile()The affected tile.TileGroundObjectSpawned. getTile()The affected tile.TileItemDespawned. getTile()TileItemQuantityChanged. getTile()TileItemSpawned. getTile()TileWallObjectDespawned. getTile()The affected tile.TileWallObjectSpawned. getTile()The affected tile.Methods in net.runelite.api.events with parameters of type Tile Modifier and Type Method Description voidDecorativeObjectDespawned. setTile(Tile tile)The affected tile.voidDecorativeObjectSpawned. setTile(Tile tile)The affected tile.voidGameObjectDespawned. setTile(Tile tile)The affected tile.voidGameObjectSpawned. setTile(Tile tile)The affected tile.voidGroundObjectDespawned. setTile(Tile tile)The affected tile.voidGroundObjectSpawned. setTile(Tile tile)The affected tile.voidWallObjectDespawned. setTile(Tile tile)The affected tile.voidWallObjectSpawned. 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)
-