|
RuneHive-Game
|
Holds all the emote data. More...
Public Member Functions | |
| Emote (int button, int animation, int graphic, int config) | |
Constructs a new Emote | |
| int | getAnimation () |
| Gets the animation of the the emote. | |
| int | getButton () |
| Gets the button identification of the emote. | |
| int | getConfig () |
| Gets the config of the emote. | |
| int | getGraphic () |
| Gets the graphic of the emote. | |
| Public Member Functions inherited from com.runehive.util.generic.BooleanInterface< T > | |
| boolean | activated (final T player) |
Static Public Member Functions | |
| static void | execute (Player player, int animation, int graphic) |
| static Optional< Emote > | forId (int button) |
| Gets emote data corresponding the the button identification. | |
| static void | skillcape (Player player) |
Private Attributes | |
| final int | animation |
| The emote animation. | |
| final int | button |
| The button identification. | |
| final int | config |
| The emote configuration. | |
| final int | graphic |
| The emote graphic. | |
Holds all the emote data.
Definition at line 18 of file Emote.java.
| com.runehive.content.emote.Emote.Emote | ( | int | button, |
| int | animation, | ||
| int | graphic, | ||
| int | config ) |
|
static |
Definition at line 325 of file Emote.java.
References com.runehive.game.world.entity.mob.Mob.action, animation, com.runehive.game.action.ActionManager.execute(), graphic, com.runehive.game.world.entity.mob.Locking.lock, com.runehive.game.world.entity.mob.Mob.locking, and com.runehive.game.world.entity.mob.Locking.unlock().
Referenced by skillcape().
|
static |
Gets emote data corresponding the the button identification.
Definition at line 352 of file Emote.java.
References button.
| int com.runehive.content.emote.Emote.getAnimation | ( | ) |
Gets the animation of the the emote.
Definition at line 337 of file Emote.java.
References animation.
| int com.runehive.content.emote.Emote.getButton | ( | ) |
Gets the button identification of the emote.
Definition at line 332 of file Emote.java.
References button.
| int com.runehive.content.emote.Emote.getConfig | ( | ) |
Gets the config of the emote.
Definition at line 347 of file Emote.java.
References config.
| int com.runehive.content.emote.Emote.getGraphic | ( | ) |
Gets the graphic of the emote.
Definition at line 342 of file Emote.java.
References graphic.
|
static |
Definition at line 306 of file Emote.java.
References com.runehive.game.world.items.containers.equipment.Equipment.CAPE_SLOT, com.runehive.game.world.entity.mob.player.Player.equipment, execute(), com.runehive.content.emote.Skillcape.forId(), com.runehive.game.world.items.containers.ItemContainer.get(), com.runehive.game.world.items.Item.getId(), com.runehive.game.world.entity.mob.Locking.lock, com.runehive.game.world.entity.mob.Mob.locking, com.runehive.game.world.entity.mob.player.Player.send(), skillcape(), and com.runehive.game.world.entity.mob.Locking.unlock().
Referenced by skillcape().
| com.runehive.content.emote.Emote.AIR_GUITAR |
Definition at line 273 of file Emote.java.
| com.runehive.content.emote.Emote.ANGRY |
Definition at line 37 of file Emote.java.
|
private |
The emote animation.
Definition at line 290 of file Emote.java.
Referenced by Emote(), execute(), and getAnimation().
| com.runehive.content.emote.Emote.BECKON |
Definition at line 67 of file Emote.java.
| com.runehive.content.emote.Emote.BLOW_KISS |
Definition at line 121 of file Emote.java.
| com.runehive.content.emote.Emote.BOW |
Definition at line 31 of file Emote.java.
|
private |
The button identification.
Definition at line 287 of file Emote.java.
Referenced by Emote(), forId(), and getButton().
| com.runehive.content.emote.Emote.CHEER |
Definition at line 61 of file Emote.java.
| com.runehive.content.emote.Emote.CLAP |
Definition at line 139 of file Emote.java.
| com.runehive.content.emote.Emote.CLIMB_ROPE |
Definition at line 170 of file Emote.java.
|
private |
The emote configuration.
Definition at line 296 of file Emote.java.
Referenced by Emote(), and getConfig().
| com.runehive.content.emote.Emote.CRY |
Definition at line 115 of file Emote.java.
| com.runehive.content.emote.Emote.DANCE |
Definition at line 91 of file Emote.java.
| com.runehive.content.emote.Emote.FLAP |
Definition at line 201 of file Emote.java.
| com.runehive.content.emote.Emote.GLASS_BOX |
Definition at line 164 of file Emote.java.
| com.runehive.content.emote.Emote.GLASS_WALL |
Definition at line 182 of file Emote.java.
| com.runehive.content.emote.Emote.GOBLIN_BOW |
Definition at line 151 of file Emote.java.
| com.runehive.content.emote.Emote.GOBLIN_SALUTE |
Definition at line 157 of file Emote.java.
|
private |
The emote graphic.
Definition at line 293 of file Emote.java.
Referenced by Emote(), execute(), and getGraphic().
| com.runehive.content.emote.Emote.HEADBANG |
Definition at line 109 of file Emote.java.
| com.runehive.content.emote.Emote.HYPERMOBILE_DRINKER |
Definition at line 267 of file Emote.java.
| com.runehive.content.emote.Emote.IDEA |
Definition at line 189 of file Emote.java.
| com.runehive.content.emote.Emote.JIG |
Definition at line 97 of file Emote.java.
| com.runehive.content.emote.Emote.JOG |
Definition at line 255 of file Emote.java.
| com.runehive.content.emote.Emote.JUMP_FOR_JOY |
Definition at line 79 of file Emote.java.
| com.runehive.content.emote.Emote.LAUGH |
Definition at line 73 of file Emote.java.
| com.runehive.content.emote.Emote.LEAN |
Definition at line 176 of file Emote.java.
| com.runehive.content.emote.Emote.NO |
Definition at line 25 of file Emote.java.
| com.runehive.content.emote.Emote.PANIC |
Definition at line 127 of file Emote.java.
| com.runehive.content.emote.Emote.PUSH_UP |
Definition at line 243 of file Emote.java.
| com.runehive.content.emote.Emote.RABBIT_HOP |
Definition at line 231 of file Emote.java.
| com.runehive.content.emote.Emote.RASBERRY |
Definition at line 133 of file Emote.java.
| com.runehive.content.emote.Emote.SALUTE |
Definition at line 145 of file Emote.java.
| com.runehive.content.emote.Emote.SCARED |
Definition at line 225 of file Emote.java.
| com.runehive.content.emote.Emote.SHRUG |
Definition at line 55 of file Emote.java.
| com.runehive.content.emote.Emote.SIT_UP |
Definition at line 237 of file Emote.java.
| com.runehive.content.emote.Emote.SLAP_HEAD |
Definition at line 207 of file Emote.java.
| com.runehive.content.emote.Emote.STAR_JUMP |
Definition at line 249 of file Emote.java.
| com.runehive.content.emote.Emote.STOMP |
Definition at line 195 of file Emote.java.
| com.runehive.content.emote.Emote.THINK |
Definition at line 43 of file Emote.java.
| com.runehive.content.emote.Emote.TWIRL |
Definition at line 103 of file Emote.java.
| com.runehive.content.emote.Emote.URI_TRANSFORM |
Definition at line 284 of file Emote.java.
| com.runehive.content.emote.Emote.WAVE |
Definition at line 49 of file Emote.java.
| com.runehive.content.emote.Emote.YAWN |
Definition at line 85 of file Emote.java.
| com.runehive.content.emote.Emote.YES |
Definition at line 19 of file Emote.java.
| com.runehive.content.emote.Emote.ZOMBIE_DANCE |
Definition at line 219 of file Emote.java.
| com.runehive.content.emote.Emote.ZOMBIE_HAND |
Definition at line 261 of file Emote.java.
| com.runehive.content.emote.Emote.ZOMBIE_WALK |
Definition at line 213 of file Emote.java.