|
RuneHive-Game
|
Created by Daniel on 2017-11-02. More...
Static Public Member Functions | |
| static boolean | clickButton (Player player, int button) |
| static void | declare () |
| static void | main (String[] args) |
Static Public Attributes | |
| static final int | ARDOUGNE_FLAGS = 0b0111_1111 |
| static final int | BARBARIAN_FLAGS = 0b0111_1111 |
| static final int | GNOME_FLAGS = 0b0111_1111 |
| static final HashMap< Position, Obstacle > | obstacles = new HashMap<>() |
| static final int | SEERS_FLAGS = 0b0011_1111 |
| static final int | WILDERNESS_FLAGS = 0b0001_1111 |
Static Private Attributes | |
| static final double | TICKET_EXPERIENCE = 50 * Config.AGILITY_MODIFICATION |
Created by Daniel on 2017-11-02.
Definition at line 21 of file Agility.java.
|
static |
Definition at line 48 of file Agility.java.
References com.runehive.game.world.entity.skill.Skill.AGILITY, com.runehive.game.world.entity.mob.player.InterfaceManager.close(), com.runehive.game.world.items.containers.ItemContainer.contains(), com.runehive.game.world.entity.mob.player.Player.interfaceManager, com.runehive.game.world.entity.mob.player.Player.inventory, com.runehive.game.world.entity.mob.player.Player.message(), com.runehive.game.world.items.containers.ItemContainer.remove(), and TICKET_EXPERIENCE.
|
static |
Definition at line 29 of file Agility.java.
References obstacles.
Referenced by com.runehive.content.skill.SkillRepository.load().
|
static |
Definition at line 100 of file Agility.java.
References obstacles.
|
static |
Definition at line 26 of file Agility.java.
Referenced by com.runehive.content.skill.impl.agility.obstacle.ObstacleInteraction.execute().
|
static |
Definition at line 23 of file Agility.java.
Referenced by com.runehive.content.skill.impl.agility.obstacle.ObstacleInteraction.execute().
|
static |
Definition at line 22 of file Agility.java.
Referenced by com.runehive.content.skill.impl.agility.obstacle.ObstacleInteraction.execute().
|
static |
Definition at line 27 of file Agility.java.
|
static |
Definition at line 25 of file Agility.java.
Referenced by com.runehive.content.skill.impl.agility.obstacle.ObstacleInteraction.execute().
|
staticprivate |
Definition at line 46 of file Agility.java.
Referenced by clickButton().
|
static |
Definition at line 24 of file Agility.java.
Referenced by com.runehive.content.skill.impl.agility.obstacle.ObstacleInteraction.execute().