personthecat.catlib.event.registry.RegistryAddedCallback Maven / Gradle / Ivy
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);
}