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

personthecat.catlib.event.registry.RegistryAddedCallback Maven / Gradle / Ivy

Go to download

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

The newest version!
package personthecat.catlib.event.registry;

import net.minecraft.class_2960;
import personthecat.catlib.registry.RegistryHandle;

public interface RegistryAddedCallback {
    void onRegistryAdded(RegistryHandle handle, class_2960 id, T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy