|
RuneHive-Game
|
Public Member Functions | |
| CollectionLogData (CollectionCategory category, String name, int[] items, int... npcId) | |
| CollectionLogData (CollectionCategory category, String name, String counterText, int[] items) | |
| CollectionLogData (CollectionCategory category, String name, String counterText, int[] items, int... npcId) | |
| String | getCounterText () |
| int[] | getItems () |
| String | getName () |
| int[] | getNpcIds () |
| CollectionCategory | getType () |
Static Public Member Functions | |
| static ArrayList< CollectionLogData > | getPageList (CollectionLogPage page) |
Public Attributes | |
| ABYSSAL_SIRE =(CollectionCategory.BOSSES, "Abyssal Sire", new int[] { 13262, 13273, 7979, 13265, 13274, 13275, 13276, 13277 }, 3030, 3033, 3029, 3032) | |
| BARROWS =(CollectionCategory.BOSSES, "Barrows", "Barrows chests looted", new int[] {4708, 4716, 4724, 4732, 4753, 4745, 4710, 4718, 4726, 4734, 4755, 4747, 4712, 4720, 4728, 4736, 4757, 4749, 4714, 4722, 4730, 4738, 4759, 4751, 12881, 12877, 12873, 12883, 12875, 12879, 12851, 6798}) | |
| CALLISTO =(CollectionCategory.BOSSES, "Callisto", "Callisto kills", new int[] {13178, 12603, 11920, 7158}, 6503) | |
| CERBERUS =(CollectionCategory.BOSSES, "Cerberus", "Cerberus Kills", new int[] {13247, 13227, 13229, 13231, 13245, 13233 }, 5862) | |
| CHAMBERS_OF_XERIC =(CollectionCategory.RAIDS, "Chambers of Xeric", "Chests Looted", new int[] {20784, 21000, 21043, 21015, 21018, 21021, 21024, 20997, 21003, 20851, 21079, 21034}) | |
| CHAOS_FANATIC =(CollectionCategory.BOSSES, "Chaos Fanatic", "Chaos Fanatic Kills", new int[] {11995, 11926, 11924}, 6619) | |
| COMMANDER_ZILYANA =(CollectionCategory.BOSSES, "Commander Zilyana", "Commander Zilyana Kills", new int[] {12651, 11785, 11814, 11838, 13256, 11818, 11820, 11822}, 2205) | |
| CORPOREAL_BEAST =(CollectionCategory.BOSSES, "Corporeal Beast", "Corporeal Beast Kills", new int[] {12816, 12819, 12823, 12827, 12833, 12829}, 319) | |
| CRAZY_ARCHAEOLOGIST =(CollectionCategory.BOSSES, "Crazy Archaeologist", "Crazy Archaeologist Kills", new int[] {11926, 11924, 11990}, 6618) | |
| EASY_CLUES | |
| GENERAL_GRAARDOR =(CollectionCategory.BOSSES, "General Graardor", "General Graardor Kills", new int[] {12650, 11832, 11834, 11836, 11812, 11818, 11820, 11822}, 2242, 2243, 2244, 2245, 2235, 2240) | |
| KING_BLACK_DRAGON =(CollectionCategory.BOSSES, "King Black Dragon", "King Black Dragon Kills", new int[] {12653, 7980, 11920, 11286}, 239) | |
| KRAKEN =(CollectionCategory.BOSSES, "Kraken", "Kraken Kills", new int[] {12655, 12004, 11907, 12007}, 494) | |
| KREE_ARRA =(CollectionCategory.BOSSES, "Kree'arra", "Kree'arra Kills", new int[] {12649, 11826, 11828, 11830, 11810, 11818, 11820, 11822}, 3162) | |
| KRIL_TSUTSAROTH =(CollectionCategory.BOSSES, "K'ril Tsutsaroth", "K'ril Tsutsaroth Kills", new int[] {12652, 11791, 11824, 11787, 11816, 11818, 11820, 11822}, 3129) | |
| SCORPIA =(CollectionCategory.BOSSES, "Scorpia", "Scorpia Kills", new int[] {13181, 11926, 11924}, 6615) | |
| SHOOTING_STAR =(CollectionCategory.OTHER, "Shooting Star", "Shooting Star Loot", new int[]{25527}) | |
| SKOTIZO =(CollectionCategory.BOSSES, "Skotizo", "Skotizo Kills", new int[] {16014, 19701, 21275, 19685, 6571, 19677}, 7286) | |
| VENENATIS =(CollectionCategory.BOSSES, "Venenatis", "Venenatis Kills", new int[] {13177, 12605, 11920, 7158}, 6504) | |
| VETION =(CollectionCategory.BOSSES, "Vet'ion", "Vet'ion Kills", new int[] {13179, 12601, 11920, 7158}, 6611) | |
| VORKATH =(CollectionCategory.BOSSES, "Vorkath", "Vorkath Kills", new int[] {21992, 2425, 11286, 22002, 22106, 22111}, 8060) | |
| WARRIORS_GUILD =(CollectionCategory.MINIGAMES, "Warrior's Guild", "Defenders obtained", new int[]{8844, 8845, 8846, 8847, 8848, 8849, 8850, 12954}) | |
| WINTERTODT =(CollectionCategory.MINIGAMES, "Wintertodt", "Wintertodt kills", new int[]{20693, 20716, 20718, 20708, 20704, 20706, 20712, 20710, 20720, 6739}) | |
| ZULRAH =(CollectionCategory.BOSSES, "Zulrah", "Zulrah Kills", new int[] { 12921, 13200, 13201, 12936, 12932, 12927, 12922, 12938, 6571, 12934 }, 2042,2043,2044) | |
Private Attributes | |
| final String | counterText |
| final int[] | items |
| final String | name |
| final int[] | npcIds |
| final CollectionCategory | type |
Definition at line 5 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.CollectionLogData | ( | CollectionCategory | category, |
| String | name, | ||
| int[] | items, | ||
| int... | npcId ) |
Definition at line 54 of file CollectionLogData.java.
Referenced by getPageList().
| com.runehive.content.collectionlog.CollectionLogData.CollectionLogData | ( | CollectionCategory | category, |
| String | name, | ||
| String | counterText, | ||
| int[] | items ) |
Definition at line 62 of file CollectionLogData.java.
References counterText, items, and name.
| com.runehive.content.collectionlog.CollectionLogData.CollectionLogData | ( | CollectionCategory | category, |
| String | name, | ||
| String | counterText, | ||
| int[] | items, | ||
| int... | npcId ) |
Definition at line 70 of file CollectionLogData.java.
References counterText, items, and name.
| String com.runehive.content.collectionlog.CollectionLogData.getCounterText | ( | ) |
Definition at line 104 of file CollectionLogData.java.
Referenced by com.runehive.content.collectionlog.CollectionLog.selectLog().
| int[] com.runehive.content.collectionlog.CollectionLogData.getItems | ( | ) |
Definition at line 88 of file CollectionLogData.java.
Referenced by com.runehive.content.collectionlog.CollectionLog.logItem(), and com.runehive.content.collectionlog.CollectionLog.selectLog().
| String com.runehive.content.collectionlog.CollectionLogData.getName | ( | ) |
Definition at line 100 of file CollectionLogData.java.
Referenced by com.runehive.content.collectionlog.CollectionLog.selectLog().
| int[] com.runehive.content.collectionlog.CollectionLogData.getNpcIds | ( | ) |
Definition at line 92 of file CollectionLogData.java.
|
static |
Definition at line 78 of file CollectionLogData.java.
References CollectionLogData(), and com.runehive.content.collectionlog.CollectionLogPage.getCategory().
Referenced by com.runehive.content.collectionlog.CollectionLog.loadPage(), com.runehive.content.collectionlog.CollectionLog.selectLogButton(), and com.runehive.content.collectionlog.CollectionLog.sendButtons().
| CollectionCategory com.runehive.content.collectionlog.CollectionLogData.getType | ( | ) |
Definition at line 96 of file CollectionLogData.java.
Referenced by com.runehive.content.collectionlog.CollectionLog.selectLog().
| com.runehive.content.collectionlog.CollectionLogData.ABYSSAL_SIRE =(CollectionCategory.BOSSES, "Abyssal Sire", new int[] { 13262, 13273, 7979, 13265, 13274, 13275, 13276, 13277 }, 3030, 3033, 3029, 3032) |
Definition at line 10 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.BARROWS =(CollectionCategory.BOSSES, "Barrows", "Barrows chests looted", new int[] {4708, 4716, 4724, 4732, 4753, 4745, 4710, 4718, 4726, 4734, 4755, 4747, 4712, 4720, 4728, 4736, 4757, 4749, 4714, 4722, 4730, 4738, 4759, 4751, 12881, 12877, 12873, 12883, 12875, 12879, 12851, 6798}) |
Definition at line 8 of file CollectionLogData.java.
Referenced by com.runehive.content.activity.impl.barrows.BarrowsUtility.generateRewards(), and com.runehive.content.collectionlog.CollectionLog.open().
| com.runehive.content.collectionlog.CollectionLogData.CALLISTO =(CollectionCategory.BOSSES, "Callisto", "Callisto kills", new int[] {13178, 12603, 11920, 7158}, 6503) |
Definition at line 9 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.CERBERUS =(CollectionCategory.BOSSES, "Cerberus", "Cerberus Kills", new int[] {13247, 13227, 13229, 13231, 13245, 13233 }, 5862) |
Definition at line 11 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.CHAMBERS_OF_XERIC =(CollectionCategory.RAIDS, "Chambers of Xeric", "Chests Looted", new int[] {20784, 21000, 21043, 21015, 21018, 21021, 21024, 20997, 21003, 20851, 21079, 21034}) |
Definition at line 30 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.CHAOS_FANATIC =(CollectionCategory.BOSSES, "Chaos Fanatic", "Chaos Fanatic Kills", new int[] {11995, 11926, 11924}, 6619) |
Definition at line 12 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.COMMANDER_ZILYANA =(CollectionCategory.BOSSES, "Commander Zilyana", "Commander Zilyana Kills", new int[] {12651, 11785, 11814, 11838, 13256, 11818, 11820, 11822}, 2205) |
Definition at line 13 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.CORPOREAL_BEAST =(CollectionCategory.BOSSES, "Corporeal Beast", "Corporeal Beast Kills", new int[] {12816, 12819, 12823, 12827, 12833, 12829}, 319) |
Definition at line 14 of file CollectionLogData.java.
|
private |
Definition at line 51 of file CollectionLogData.java.
Referenced by CollectionLogData(), and CollectionLogData().
| com.runehive.content.collectionlog.CollectionLogData.CRAZY_ARCHAEOLOGIST =(CollectionCategory.BOSSES, "Crazy Archaeologist", "Crazy Archaeologist Kills", new int[] {11926, 11924, 11990}, 6618) |
Definition at line 15 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.EASY_CLUES |
Definition at line 33 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.GENERAL_GRAARDOR =(CollectionCategory.BOSSES, "General Graardor", "General Graardor Kills", new int[] {12650, 11832, 11834, 11836, 11812, 11818, 11820, 11822}, 2242, 2243, 2244, 2245, 2235, 2240) |
Definition at line 16 of file CollectionLogData.java.
|
private |
Definition at line 50 of file CollectionLogData.java.
Referenced by CollectionLogData(), CollectionLogData(), and CollectionLogData().
| com.runehive.content.collectionlog.CollectionLogData.KING_BLACK_DRAGON =(CollectionCategory.BOSSES, "King Black Dragon", "King Black Dragon Kills", new int[] {12653, 7980, 11920, 11286}, 239) |
Definition at line 18 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.KRAKEN =(CollectionCategory.BOSSES, "Kraken", "Kraken Kills", new int[] {12655, 12004, 11907, 12007}, 494) |
Definition at line 19 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.KREE_ARRA =(CollectionCategory.BOSSES, "Kree'arra", "Kree'arra Kills", new int[] {12649, 11826, 11828, 11830, 11810, 11818, 11820, 11822}, 3162) |
Definition at line 20 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.KRIL_TSUTSAROTH =(CollectionCategory.BOSSES, "K'ril Tsutsaroth", "K'ril Tsutsaroth Kills", new int[] {12652, 11791, 11824, 11787, 11816, 11818, 11820, 11822}, 3129) |
Definition at line 21 of file CollectionLogData.java.
|
private |
Definition at line 49 of file CollectionLogData.java.
Referenced by CollectionLogData(), CollectionLogData(), and CollectionLogData().
|
private |
Definition at line 52 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.SCORPIA =(CollectionCategory.BOSSES, "Scorpia", "Scorpia Kills", new int[] {13181, 11926, 11924}, 6615) |
Definition at line 22 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.SHOOTING_STAR =(CollectionCategory.OTHER, "Shooting Star", "Shooting Star Loot", new int[]{25527}) |
Definition at line 45 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.SKOTIZO =(CollectionCategory.BOSSES, "Skotizo", "Skotizo Kills", new int[] {16014, 19701, 21275, 19685, 6571, 19677}, 7286) |
Definition at line 23 of file CollectionLogData.java.
|
private |
Definition at line 48 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.VENENATIS =(CollectionCategory.BOSSES, "Venenatis", "Venenatis Kills", new int[] {13177, 12605, 11920, 7158}, 6504) |
Definition at line 24 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.VETION =(CollectionCategory.BOSSES, "Vet'ion", "Vet'ion Kills", new int[] {13179, 12601, 11920, 7158}, 6611) |
Definition at line 25 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.VORKATH =(CollectionCategory.BOSSES, "Vorkath", "Vorkath Kills", new int[] {21992, 2425, 11286, 22002, 22106, 22111}, 8060) |
Definition at line 26 of file CollectionLogData.java.
| com.runehive.content.collectionlog.CollectionLogData.WARRIORS_GUILD =(CollectionCategory.MINIGAMES, "Warrior's Guild", "Defenders obtained", new int[]{8844, 8845, 8846, 8847, 8848, 8849, 8850, 12954}) |
Definition at line 42 of file CollectionLogData.java.
Referenced by com.runehive.content.activity.impl.warriorguild.WarriorGuild.pickupItem().
| com.runehive.content.collectionlog.CollectionLogData.WINTERTODT =(CollectionCategory.MINIGAMES, "Wintertodt", "Wintertodt kills", new int[]{20693, 20716, 20718, 20708, 20704, 20706, 20712, 20710, 20720, 6739}) |
Definition at line 43 of file CollectionLogData.java.
Referenced by com.runehive.content.wintertodt.Wintertodt.award(), and com.runehive.content.pet.Pets.onObtain().
| com.runehive.content.collectionlog.CollectionLogData.ZULRAH =(CollectionCategory.BOSSES, "Zulrah", "Zulrah Kills", new int[] { 12921, 13200, 13201, 12936, 12932, 12927, 12922, 12938, 6571, 12934 }, 2042,2043,2044) |
Definition at line 27 of file CollectionLogData.java.