RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
Graphic (int id) | |
Graphic (int id, boolean high) | |
Graphic (int id, int delay) | |
Graphic (int id, int delay, boolean high) | |
Graphic (int id, UpdatePriority priority) | |
Graphic (int id, boolean high, UpdatePriority priority) | |
Graphic (int id, int delay, UpdatePriority priority) | |
Graphic (int id, int delay, boolean high, UpdatePriority priority) | |
int | getDelay () |
int | getHeight () |
int | getId () |
Represents a single graphic that can be used by entities. Also known as GFX.
Definition at line 45 of file Graphic.java.
|
inline |
Constructs a new Graphic
object with no delay, a low height, and normal priotiry.
id | The graphic id. |
Definition at line 75 of file Graphic.java.
|
inline |
Constructs a new Graphic
object with no delay and normal priotiry.
id | The graphic id. |
high | The graphic height state. |
Definition at line 89 of file Graphic.java.
|
inline |
Constructs a new Graphic
object with a low height and normal priotiry.
id | The graphic id. |
delay | The graphic delay. |
Definition at line 103 of file Graphic.java.
|
inline |
Constructs a new Graphic
object with a normal priotiry.
id | The graphic id. |
delay | The graphic delay. |
high | The graphic height state. |
Definition at line 119 of file Graphic.java.
|
inline |
Constructs a new Graphic
object with no delay and a low height.
id | The graphic id. |
priority | The graphic priority. |
Definition at line 131 of file Graphic.java.
|
inline |
Constructs a new Graphic
object with no delay.
id | The graphic id. |
high | The graphic height state. |
priority | The graphic priority. |
Definition at line 146 of file Graphic.java.
|
inline |
Constructs a new Graphic
object with a low height.
id | The graphic id. |
delay | The graphic delay. |
priority | The graphic priority. |
Definition at line 161 of file Graphic.java.
|
inline |
Constructs a new Graphic
object.
id | The graphic id. |
delay | The graphic delay. |
high | The graphic height state. |
priority | The graphic priority. |
Definition at line 179 of file Graphic.java.
|
inline |
|
inline |
|
inline |