mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
SPIGOT-4108: Update javadoc for misleadingly named PLAY_ONE_MINUTE statistic.
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -16,6 +16,9 @@ public enum Statistic {
|
|||||||
DROP_COUNT,
|
DROP_COUNT,
|
||||||
DROP(Type.ITEM),
|
DROP(Type.ITEM),
|
||||||
PICKUP(Type.ITEM),
|
PICKUP(Type.ITEM),
|
||||||
|
/**
|
||||||
|
* Name is misleading, actually records ticks played.
|
||||||
|
*/
|
||||||
PLAY_ONE_MINUTE,
|
PLAY_ONE_MINUTE,
|
||||||
WALK_ONE_CM,
|
WALK_ONE_CM,
|
||||||
WALK_ON_WATER_ONE_CM,
|
WALK_ON_WATER_ONE_CM,
|
||||||
|
Reference in New Issue
Block a user