RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.content.shootingstar.ShootingStarLocations Enum Reference
Collaboration diagram for com.runehive.content.shootingstar.ShootingStarLocations:

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" })

Detailed Description

Definition at line 5 of file ShootingStarLocations.java.

Constructor & Destructor Documentation

◆ ShootingStarLocations()

com.runehive.content.shootingstar.ShootingStarLocations.ShootingStarLocations ( Position starPosition,
String[] location )

Definition at line 19 of file ShootingStarLocations.java.

19 {
20 this.starPosition = starPosition;
21 this.location = location;
22 }

References location, and starPosition.

Member Data Documentation

◆ BARROWS_HILL

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.

◆ DUEL_ARENA

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.

◆ EDGEVILLE

com.runehive.content.shootingstar.ShootingStarLocations.EDGEVILLE =(new Position(3100, 3484, 0), new String[] { "Edgeville bank", "near" })

Definition at line 7 of file ShootingStarLocations.java.

◆ FALADOR

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.

◆ GNOME_AGILITY_COURSE

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.

◆ location

String [] com.runehive.content.shootingstar.ShootingStarLocations.location

Definition at line 17 of file ShootingStarLocations.java.

Referenced by ShootingStarLocations().

◆ starPosition

Position com.runehive.content.shootingstar.ShootingStarLocations.starPosition

Definition at line 16 of file ShootingStarLocations.java.

Referenced by ShootingStarLocations().

◆ VOID_KNIGHT_ISLAND

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.

◆ WEST_DRAGONS

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.

◆ WILDERNESS_AGILITY_COURSE

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.


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