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

top.hendrixshen.magiclib.dependency.api.MixinDependencyPredicate Maven / Gradle / Ivy

There is a newer version: 0.7.398+fe2125a-beta
Show newest version
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