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.19.2-fabric Show documentation
Show all versions of magiclib-malilib-extra-1.19.2-fabric Show documentation
Unleash Magic Enhancement Malilib.
package top.hendrixshen.magiclib.api.malilib.annotation;
import java.lang.annotation.*;
@Target({ /* No targets allowed */})
@Retention(RetentionPolicy.RUNTIME)
public @interface Statistic {
boolean hotkey() default true;
boolean valueChanged() default true;
}