RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
GenericAttributes | getGenericAttributes () |
GameObjectDefinition | getDefinition () |
Position | getPosition () |
int | width () |
int | length () |
ObjectType | getObjectType () |
ObjectDirection | getDirection () |
void | register () |
void | unregister () |
boolean | active () |
default int | getId () |
Public Member Functions inherited from com.osroyale.game.world.Interactable | |
default int | getX () |
default int | getY () |
default int | getHeight () |
Additional Inherited Members | |
Static Public Member Functions inherited from com.osroyale.game.world.Interactable | |
static Interactable | create (Position position) |
static Interactable | create (Position position, int width, int length) |
Represents a game object.
Definition at line 13 of file GameObject.java.
boolean com.osroyale.game.world.object.GameObject.active | ( | ) |
Determines if this object is active on the world.
Implemented in com.osroyale.game.world.object.CustomGameObject, and com.osroyale.game.world.object.StaticGameObject.
GameObjectDefinition com.osroyale.game.world.object.GameObject.getDefinition | ( | ) |
Gets the object definition.
Implemented in com.osroyale.game.world.object.CustomGameObject, and com.osroyale.game.world.object.StaticGameObject.
ObjectDirection com.osroyale.game.world.object.GameObject.getDirection | ( | ) |
Gets the rotation.
Implemented in com.osroyale.game.world.object.CustomGameObject, and com.osroyale.game.world.object.StaticGameObject.
GenericAttributes com.osroyale.game.world.object.GameObject.getGenericAttributes | ( | ) |
Gets the generic attributes.
Implemented in com.osroyale.game.world.object.CustomGameObject, and com.osroyale.game.world.object.StaticGameObject.
|
inline |
Gets the object id.
Definition at line 52 of file GameObject.java.
ObjectType com.osroyale.game.world.object.GameObject.getObjectType | ( | ) |
Gets the object type.
Implemented in com.osroyale.game.world.object.CustomGameObject, and com.osroyale.game.world.object.StaticGameObject.
Position com.osroyale.game.world.object.GameObject.getPosition | ( | ) |
Gets the regional location.
Implements com.osroyale.game.world.Interactable.
Implemented in com.osroyale.game.world.object.StaticGameObject.
int com.osroyale.game.world.object.GameObject.length | ( | ) |
Gets the length.
Implements com.osroyale.game.world.Interactable.
Implemented in com.osroyale.game.world.object.StaticGameObject.
void com.osroyale.game.world.object.GameObject.register | ( | ) |
Registers the game object.
Implemented in com.osroyale.game.world.object.CustomGameObject, and com.osroyale.game.world.object.StaticGameObject.
void com.osroyale.game.world.object.GameObject.unregister | ( | ) |
Unregisters the game object.
Implemented in com.osroyale.game.world.object.CustomGameObject, and com.osroyale.game.world.object.StaticGameObject.
int com.osroyale.game.world.object.GameObject.width | ( | ) |
Gets the width.
Implements com.osroyale.game.world.Interactable.
Implemented in com.osroyale.game.world.object.StaticGameObject.