com.cryptomorin.xseries.reflection.ReflectiveMapping 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;
import com.cryptomorin.xseries.reflection.jvm.NamedReflectiveHandle;
import org.jetbrains.annotations.ApiStatus;
@ApiStatus.Experimental
public interface ReflectiveMapping {
boolean shouldBeChecked();
String category();
String name();
String process(NamedReflectiveHandle handle, String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy