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

net.neoforged.camelot.config.module.Statistics.groovy Maven / Gradle / Ivy

package net.neoforged.camelot.config.module

import groovy.transform.CompileStatic

/**
 * The module tracking different statistics.
 */
@CompileStatic
class Statistics extends ModuleConfiguration {
    /**
     * Track trick statistics (number of uses, and type).
     */
    boolean tricks = true
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy