diff options
author | olim <bobq4582@gmail.com> | 2024-01-31 15:23:53 +0000 |
---|---|---|
committer | olim <bobq4582@gmail.com> | 2024-01-31 15:23:53 +0000 |
commit | 7076875f3b9b513a569760f5890202e260fc6bd7 (patch) | |
tree | 14c93e874ec500d9896560391c64116002d17d2b /src/main/java/de/hysky/skyblocker/skyblock/dwarven/CrystalsWaypoint.java | |
parent | 465c46d1f3dde2474fc1595033e2eab4e7286433 (diff) | |
download | Skyblocker-7076875f3b9b513a569760f5890202e260fc6bd7.tar.gz Skyblocker-7076875f3b9b513a569760f5890202e260fc6bd7.tar.bz2 Skyblocker-7076875f3b9b513a569760f5890202e260fc6bd7.zip |
comments and desriptions
add more comments to new code and added Tooltips to the new options in the config menu
Diffstat (limited to 'src/main/java/de/hysky/skyblocker/skyblock/dwarven/CrystalsWaypoint.java')
-rw-r--r-- | src/main/java/de/hysky/skyblocker/skyblock/dwarven/CrystalsWaypoint.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/de/hysky/skyblocker/skyblock/dwarven/CrystalsWaypoint.java b/src/main/java/de/hysky/skyblocker/skyblock/dwarven/CrystalsWaypoint.java index 39509c41..3ae56c47 100644 --- a/src/main/java/de/hysky/skyblocker/skyblock/dwarven/CrystalsWaypoint.java +++ b/src/main/java/de/hysky/skyblocker/skyblock/dwarven/CrystalsWaypoint.java @@ -80,7 +80,9 @@ public class CrystalsWaypoint extends Waypoint { } - + /** + * enum for the different waypoints used int the crystals hud each with a {@link Category#name} and associated {@link Category#color} + */ enum Category implements StringIdentifiable { JUNGLETEMPLE("Jungle Temple",Color.GREEN), MINESOFDIVAN("Mines Of Divan",Color.CYAN), |