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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user