RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
Position | getPosition () |
default int | getX () |
default int | getY () |
default int | getHeight () |
int | width () |
int | length () |
Static Public Member Functions | |
static Interactable | create (Position position) |
static Interactable | create (Position position, int width, int length) |
An object implementing Interactable
has uses.
Definition at line 10 of file Interactable.java.
|
inlinestatic |
Creates a new instance of an Interactable
.
position | the position. |
Definition at line 42 of file Interactable.java.
|
inlinestatic |
Creates a new instance of an Interactable
.
position | the position. |
width | the width |
length | the length |
Definition at line 69 of file Interactable.java.
|
inline |
getPosition()
Implemented in com.osroyale.game.world.entity.Entity.
Definition at line 26 of file Interactable.java.
Position com.osroyale.game.world.Interactable.getPosition | ( | ) |
Implemented in com.osroyale.content.combat.cannon.Cannon, com.osroyale.game.world.entity.Entity, com.osroyale.game.world.object.GameObject, and com.osroyale.game.world.object.StaticGameObject.
|
inline |
getPosition()
Implemented in com.osroyale.game.world.entity.Entity.
Definition at line 16 of file Interactable.java.
|
inline |
getPosition()
Implemented in com.osroyale.game.world.entity.Entity.
Definition at line 21 of file Interactable.java.
int com.osroyale.game.world.Interactable.length | ( | ) |
Implemented in com.osroyale.game.world.entity.Entity, com.osroyale.game.world.object.GameObject, and com.osroyale.game.world.object.StaticGameObject.
int com.osroyale.game.world.Interactable.width | ( | ) |
Implemented in com.osroyale.game.world.entity.Entity, com.osroyale.game.world.object.GameObject, and com.osroyale.game.world.object.StaticGameObject.