Uses of Interface
net.runelite.api.GameObject
-
Packages that use GameObject Package Description net.runelite.api net.runelite.api.events net.runelite.api.hooks -
-
Uses of GameObject in net.runelite.api
Methods in net.runelite.api that return GameObject Modifier and Type Method Description GameObject[]Tile. getGameObjects()Gets all game objects on the tile.Methods in net.runelite.api with parameters of type GameObject Modifier and Type Method Description voidScene. removeGameObject(GameObject gameObject)Remove a game object from the scene -
Uses of GameObject in net.runelite.api.events
Methods in net.runelite.api.events that return GameObject Modifier and Type Method Description GameObjectGameObjectDespawned. getGameObject()The removed game object.GameObjectGameObjectSpawned. getGameObject()The newly spawned game object.Methods in net.runelite.api.events with parameters of type GameObject Modifier and Type Method Description voidGameObjectDespawned. setGameObject(GameObject gameObject)The removed game object.voidGameObjectSpawned. setGameObject(GameObject gameObject)The newly spawned game object. -
Uses of GameObject in net.runelite.api.hooks
Methods in net.runelite.api.hooks with parameters of type GameObject Modifier and Type Method Description default voidDrawCallbacks. drawTemp(Projection worldProjection, Scene scene, GameObject gameObject, Model m)
-