All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minestom.server.statistic.StatisticCategory Maven / Gradle / Ivy

package net.minestom.server.statistic;

public enum StatisticCategory {
    MINED,
    CRAFTED,
    USED,
    BROKEN,
    PICKED_UP,
    DROPPED,
    KILLED,
    KILLED_BY,
    CUSTOM
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy