diff options
author | Walker Selby <git@walkerselby.com> | 2023-10-26 12:51:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 13:51:44 +0200 |
commit | 075368eb9d19578950fdb727bf2f195c63f41f3c (patch) | |
tree | a9f44aedbb32aa6805827d6d86766056cacf8ad2 /src/main/java/at/hannibal2/skyhanni/api | |
parent | 7b6d04e280a55edc7aed23f7d34c3ad19cb48687 (diff) | |
download | skyhanni-075368eb9d19578950fdb727bf2f195c63f41f3c.tar.gz skyhanni-075368eb9d19578950fdb727bf2f195c63f41f3c.tar.bz2 skyhanni-075368eb9d19578950fdb727bf2f195c63f41f3c.zip |
Add Repo TODOs (#585)
Add Repo TODOs #585
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/api')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/api/CollectionAPI.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/api/CollectionAPI.kt b/src/main/java/at/hannibal2/skyhanni/api/CollectionAPI.kt index 43ea964ee..2476cbe73 100644 --- a/src/main/java/at/hannibal2/skyhanni/api/CollectionAPI.kt +++ b/src/main/java/at/hannibal2/skyhanni/api/CollectionAPI.kt @@ -15,6 +15,7 @@ import at.hannibal2.skyhanni.utils.StringUtils.removeColor import net.minecraftforge.fml.common.eventhandler.SubscribeEvent class CollectionAPI { + // TODO USE SH-REPO private val counterPattern = "(?:.*) §e(?<amount>.*)§6\\/(?:.*)".toPattern() private val singleCounterPattern = "§7Total Collected: §e(?<amount>.*)".toPattern() @@ -66,6 +67,7 @@ class CollectionAPI { } companion object { + // TODO USE SH-REPO val collectionValue = mutableMapOf<NEUInternalName, Long>() private val collectionTier0Pattern = "§7Progress to .* I: .*".toPattern() |