top.hendrixshen.magiclib.dependency.api.MixinDependencyPredicate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magiclib-1_14_4 Show documentation
Show all versions of magiclib-1_14_4 Show documentation
To beat magic with magic :(
package top.hendrixshen.magiclib.dependency.api;
import org.objectweb.asm.tree.ClassNode;
/**
* Custom predicates can be used in the annotation of validation dependencies
* to perform additional checks for mixin.
*/
public interface MixinDependencyPredicate extends Predicate {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy