Interface IGroundObject

All Superinterfaces:
net.runelite.api.GroundObject, Identifiable, Interactable, ITileObject, Locatable, Nameable, RuneLiteWrapper<net.runelite.api.TileObject>, SceneEntity, TileEntity, net.runelite.api.TileObject, Transformable<net.runelite.api.ObjectComposition>

public interface IGroundObject extends net.runelite.api.GroundObject, ITileObject
Represents a ground object on a tile.

Ground objects are flat decorations that lie on the floor. Examples include:

  • Floor tiles and rugs
  • Trap doors
  • Ground-level decorations

See Also: