|
RuneHive-Game
|
Public Member Functions | |
| ShootingStarLocations (Position starPosition, String[] location) | |
Public Attributes | |
| BARROWS_HILL =(new Position(3566, 3297, 0), new String[] { "Barrows hills", "on top of the" }) | |
| DUEL_ARENA =(new Position(3368, 3269, 0), new String[] { "Duel Arena", "at the" }) | |
| EDGEVILLE =(new Position(3100, 3484, 0), new String[] { "Edgeville bank", "near" }) | |
| FALADOR =(new Position(3053, 3301, 0), new String[] { "Falador farming patches", "at the" }) | |
| GNOME_AGILITY_COURSE =(new Position(2480, 3433, 0), new String[] { "Gnome agility course", "by the" }) | |
| String[] | location |
| Position | starPosition |
| VOID_KNIGHT_ISLAND =(new Position(2666, 2648, 0), new String[] { "Void Knight's island", "at the" }) | |
| WEST_DRAGONS =(new Position(2986, 3599, 0), new String[] { "West dragons", "at the" }) | |
| WILDERNESS_AGILITY_COURSE =(new Position(2995, 3911, 0), new String[] { "Wildy agility course", "outside the" }) | |
Definition at line 5 of file ShootingStarLocations.java.
| com.runehive.content.shootingstar.ShootingStarLocations.ShootingStarLocations | ( | Position | starPosition, |
| String[] | location ) |
Definition at line 19 of file ShootingStarLocations.java.
References location, and starPosition.
| com.runehive.content.shootingstar.ShootingStarLocations.BARROWS_HILL =(new Position(3566, 3297, 0), new String[] { "Barrows hills", "on top of the" }) |
Definition at line 12 of file ShootingStarLocations.java.
| com.runehive.content.shootingstar.ShootingStarLocations.DUEL_ARENA =(new Position(3368, 3269, 0), new String[] { "Duel Arena", "at the" }) |
Definition at line 14 of file ShootingStarLocations.java.
| com.runehive.content.shootingstar.ShootingStarLocations.EDGEVILLE =(new Position(3100, 3484, 0), new String[] { "Edgeville bank", "near" }) |
Definition at line 7 of file ShootingStarLocations.java.
| com.runehive.content.shootingstar.ShootingStarLocations.FALADOR =(new Position(3053, 3301, 0), new String[] { "Falador farming patches", "at the" }) |
Definition at line 6 of file ShootingStarLocations.java.
| com.runehive.content.shootingstar.ShootingStarLocations.GNOME_AGILITY_COURSE =(new Position(2480, 3433, 0), new String[] { "Gnome agility course", "by the" }) |
Definition at line 8 of file ShootingStarLocations.java.
| String [] com.runehive.content.shootingstar.ShootingStarLocations.location |
Definition at line 17 of file ShootingStarLocations.java.
Referenced by ShootingStarLocations().
| Position com.runehive.content.shootingstar.ShootingStarLocations.starPosition |
Definition at line 16 of file ShootingStarLocations.java.
Referenced by ShootingStarLocations().
| com.runehive.content.shootingstar.ShootingStarLocations.VOID_KNIGHT_ISLAND =(new Position(2666, 2648, 0), new String[] { "Void Knight's island", "at the" }) |
Definition at line 11 of file ShootingStarLocations.java.
| com.runehive.content.shootingstar.ShootingStarLocations.WEST_DRAGONS =(new Position(2986, 3599, 0), new String[] { "West dragons", "at the" }) |
Definition at line 10 of file ShootingStarLocations.java.
| com.runehive.content.shootingstar.ShootingStarLocations.WILDERNESS_AGILITY_COURSE =(new Position(2995, 3911, 0), new String[] { "Wildy agility course", "outside the" }) |
Definition at line 9 of file ShootingStarLocations.java.