top.hendrixshen.magiclib.api.malilib.annotation.Statistic Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magiclib-malilib-extra-1.18.2-fabric Show documentation
Show all versions of magiclib-malilib-extra-1.18.2-fabric Show documentation
Unleash Magic Enhancement Malilib.
The newest version!
package top.hendrixshen.magiclib.api.malilib.annotation;
import java.lang.annotation.*;
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface Statistic {
boolean hotkey() default true;
boolean valueChanged() default true;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy