personthecat.catlib.exception.RegistryLookupException Maven / Gradle / Ivy
package personthecat.catlib.exception;
import net.minecraft.class_5321;
public class RegistryLookupException extends RuntimeException {
public RegistryLookupException(final class_5321> key) {
super("No registry was found for key: " + key);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy