|
RuneHive-Game
|
Classes | |
| enum | Rotation |
| enum | Setup |
Static Public Member Functions | |
| static void | drop (Player player, Cannon cannon) |
| static void | empty (Player player) |
| static Projectile | getCannonFire () |
| static Npc[] | getNpc (Cannon cannon) |
| static void | load (Player player) |
| static void | logout (Player player) |
| static void | pickup (Player player) |
| static void | rotate (Cannon cannon) |
| static void | test (Player player) |
Static Package Attributes | |
| static Map< String, Cannon > | ACTIVE_CANNONS = new HashMap<>() |
Definition at line 18 of file CannonManager.java.
Definition at line 46 of file CannonManager.java.
References ACTIVE_CANNONS, com.runehive.game.world.entity.mob.player.Player.getName(), com.runehive.game.world.entity.Entity.getPosition(), com.runehive.game.world.position.Area.inCatacombs(), com.runehive.game.world.World.schedule(), and com.runehive.game.world.entity.mob.player.Player.send().
Referenced by test().
|
static |
Definition at line 97 of file CannonManager.java.
References ACTIVE_CANNONS, com.runehive.game.world.items.containers.ItemContainer.add(), com.runehive.game.world.entity.mob.player.Player.getName(), com.runehive.game.world.entity.mob.player.Player.inventory, and com.runehive.game.world.entity.mob.player.Player.send().
|
static |
Definition at line 180 of file CannonManager.java.
References com.runehive.game.Projectile.setEndHeight(), and com.runehive.game.Projectile.setStartHeight().
Referenced by com.runehive.content.combat.cannon.CannonFireAction.execute().
Definition at line 187 of file CannonManager.java.
References com.runehive.game.world.World.getNpcs(), com.runehive.game.world.entity.Entity.length, com.runehive.game.world.region.Region.VIEW_DISTANCE, and com.runehive.util.Utility.withinDistance().
Referenced by com.runehive.content.combat.cannon.CannonFireAction.execute().
|
static |
Definition at line 134 of file CannonManager.java.
References ACTIVE_CANNONS, com.runehive.game.world.items.containers.ItemContainer.computeAmountForId(), com.runehive.game.world.items.containers.ItemContainer.contains(), com.runehive.game.world.entity.mob.player.Player.getName(), com.runehive.game.world.entity.mob.player.Player.inventory, com.runehive.game.world.items.containers.ItemContainer.remove(), com.runehive.game.world.World.schedule(), and com.runehive.game.world.entity.mob.player.Player.send().
|
static |
Definition at line 117 of file CannonManager.java.
References ACTIVE_CANNONS, com.runehive.game.world.items.containers.ItemContainer.add(), com.runehive.game.world.entity.mob.player.Player.getName(), and com.runehive.game.world.entity.mob.player.Player.inventory.
Referenced by com.runehive.game.task.impl.PlayerRemovalTask.tick().
|
static |
Definition at line 71 of file CannonManager.java.
References ACTIVE_CANNONS, com.runehive.game.world.items.containers.ItemContainer.add(), com.runehive.game.world.entity.mob.Mob.animate(), com.runehive.game.world.entity.mob.player.Player.getName(), com.runehive.game.world.entity.mob.player.Player.inventory, and com.runehive.game.world.entity.mob.player.Player.send().
|
static |
Definition at line 215 of file CannonManager.java.
References com.runehive.game.world.World.sendObjectAnimation().
Referenced by com.runehive.content.combat.cannon.CannonFireAction.execute().
|
static |
Definition at line 42 of file CannonManager.java.
References drop(), com.runehive.game.world.entity.mob.player.Player.getName(), and com.runehive.game.world.entity.Entity.getPosition().
|
staticpackage |
Definition at line 20 of file CannonManager.java.
Referenced by drop(), empty(), load(), logout(), pickup(), and com.runehive.content.combat.cannon.CannonBuild.tick().