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 void
Scene. 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 GameObject
GameObjectDespawned. getGameObject()
The removed game object.GameObject
GameObjectSpawned. getGameObject()
The newly spawned game object.Methods in net.runelite.api.events with parameters of type GameObject Modifier and Type Method Description void
GameObjectDespawned. setGameObject(GameObject gameObject)
The removed game object.void
GameObjectSpawned. 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 void
DrawCallbacks. drawTemp(Projection worldProjection, Scene scene, GameObject gameObject, Model m)
-