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

docs: add note about Paper stats API

This commit is contained in:
William
2024-04-07 12:48:04 +01:00
parent 8463e1bb7a
commit be5d1128de

View File

@@ -529,6 +529,7 @@ public abstract class BukkitData implements Data {
}
// TODO: Consider using Paper's new-ish API for this instead (when it's merged)
public static class Statistics extends BukkitData implements Data.Statistics {
private Map<Statistic, Integer> genericStatistics;
private Map<Statistic, Map<Material, Integer>> blockStatistics;