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

personthecat.catlib.exception.RegistryLookupException Maven / Gradle / Ivy

Go to download

Utilities for serialization, commands, noise generation, IO, and some new data types.

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy