RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.emote.Emote Enum Reference

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< EmoteforId (int button)

Detailed Description

Holds all the emote data.

Author
Daniel

Definition at line 39 of file Emote.java.

Constructor & Destructor Documentation

◆ Emote()

com.osroyale.content.emote.Emote.Emote ( int button,
int animation,
int graphic,
int config )
inline

Constructs a new Emote.

Definition at line 320 of file Emote.java.

Member Function Documentation

◆ forId()

Optional< Emote > com.osroyale.content.emote.Emote.forId ( int button)
inlinestatic

Gets emote data corresponding the the button identification.

Definition at line 373 of file Emote.java.

◆ getAnimation()

int com.osroyale.content.emote.Emote.getAnimation ( )
inline

Gets the animation of the the emote.

Definition at line 358 of file Emote.java.

◆ getButton()

int com.osroyale.content.emote.Emote.getButton ( )
inline

Gets the button identification of the emote.

Definition at line 353 of file Emote.java.

◆ getConfig()

int com.osroyale.content.emote.Emote.getConfig ( )
inline

Gets the config of the emote.

Definition at line 368 of file Emote.java.

◆ getGraphic()

int com.osroyale.content.emote.Emote.getGraphic ( )
inline

Gets the graphic of the emote.

Definition at line 363 of file Emote.java.


The documentation for this enum was generated from the following file: