9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-23 00:29:18 +00:00

refactor: use registry for statistics

also updates BukkitKeyedAdapter methods to use the registries and moves to just using the Json serializer for Bukkit locations
This commit is contained in:
William
2024-04-11 19:10:40 +01:00
parent 98cf42065b
commit 4bb38f67d3
7 changed files with 131 additions and 292 deletions

View File

@@ -266,6 +266,10 @@ public interface Data {
@NotNull
Map<String, Map<String, Integer>> getEntityStatistics();
record StatisticsMap(
) {
}
}
/**