-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated request handler to close all requests after they're used to p…
…revent leakage, separated skills enum from the skill class, updated parser to use a more favourable loop
- Loading branch information
1 parent
e1941dc
commit 512fae3
Showing
6 changed files
with
55 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
src/main/java/com/baseketbandit/runeapi/entity/Skills.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
package com.baseketbandit.runeapi.entity; | ||
|
||
public enum Skills { | ||
Overall, | ||
Attack, | ||
Defence, | ||
Strength, | ||
Hitpoints, | ||
Ranged, | ||
Prayer, | ||
Magic, | ||
Cooking, | ||
Woodcutting, | ||
Fletching, | ||
Fishing, | ||
Firemaking, | ||
Crafting, | ||
Smithing, | ||
Mining, | ||
Herblore, | ||
Agility, | ||
Thieving, | ||
Slayer, | ||
Farming, | ||
Runecraft, | ||
Hunter, | ||
Construction | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters