RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
Emote (int button, int animation, int graphic, int config) | |
int | getButton () |
int | getAnimation () |
int | getGraphic () |
int | getConfig () |
Static Public Member Functions | |
static Optional< Emote > | forId (int button) |
Holds all the emote data.
Definition at line 39 of file Emote.java.
|
inline |
Constructs a new Emote
.
Definition at line 320 of file Emote.java.
|
inlinestatic |
Gets emote data corresponding the the button identification.
Definition at line 373 of file Emote.java.
|
inline |
Gets the animation of the the emote.
Definition at line 358 of file Emote.java.
|
inline |
Gets the button identification of the emote.
Definition at line 353 of file Emote.java.
|
inline |
Gets the config of the emote.
Definition at line 368 of file Emote.java.
|
inline |
Gets the graphic of the emote.
Definition at line 363 of file Emote.java.