We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163fbb7 commit 14f1bf1Copy full SHA for 14f1bf1
src/main/java/net/dec4234/javadestinyapi/stats/activities/ActivityIdentifier.java
@@ -177,4 +177,13 @@ public static ActivityIdentifier fromHash(String hash) {
177
178
return null;
179
}
180
+
181
+ /**
182
+ * Print a list of unknown hashes, and their corresponding activity name <br>
183
+ * Note: This is a utility method that is typically only used in development.
184
+ * @param mode The mode category to search under
185
+ */
186
+ public static void printUnknownIdentifiers(ActivityMode mode) {
187
188
+ }
189
0 commit comments