net.kender.core.mc.McEventException Maven / Gradle / Ivy
package net.kender.core.mc;
@FunctionalInterface
public interface McEventException {
void run(Exception e);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package net.kender.core.mc;
@FunctionalInterface
public interface McEventException {
void run(Exception e);
}