Skip to content

Commit be5d112

Browse files
committed
docs: add note about Paper stats API
1 parent 8463e1b commit be5d112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bukkit/src/main/java/net/william278/husksync/data/BukkitData.java

+1
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ public void setWorld(@NotNull World world) {
529529

530530
}
531531

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

0 commit comments

Comments
 (0)