Skip to content

Commit

Permalink
docs: add note about Paper stats API
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Apr 7, 2024
1 parent 8463e1b commit be5d112
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ public void setWorld(@NotNull World world) {

}

// 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;
Expand Down

0 comments on commit be5d112

Please sign in to comment.