com.cryptomorin.xseries.reflection.constraint.ReflectiveConstraint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of XSeries Show documentation
Show all versions of XSeries Show documentation
A set of utilities for Minecraft plugins
package com.cryptomorin.xseries.reflection.constraint;
import com.cryptomorin.xseries.reflection.ReflectiveHandle;
import org.jetbrains.annotations.ApiStatus;
@ApiStatus.Experimental
public interface ReflectiveConstraint {
String category();
String name();
boolean appliesTo(ReflectiveHandle> handle);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy