SPIGOT-4108: Update javadoc for misleadingly named PLAY_ONE_MINUTE statistic.

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2018-07-23 08:45:05 +10:00
parent ce29041b3a
commit d153196c92

View File

@ -16,6 +16,9 @@ public enum Statistic {
DROP_COUNT,
DROP(Type.ITEM),
PICKUP(Type.ITEM),
/**
* Name is misleading, actually records ticks played.
*/
PLAY_ONE_MINUTE,
WALK_ONE_CM,
WALK_ON_WATER_ONE_CM,