personthecat.catlib.event.registry.RegistryAddedCallback Maven / Gradle / Ivy
package personthecat.catlib.event.registry;
import net.minecraft.resources.ResourceLocation;
import personthecat.catlib.registry.RegistryHandle;
public interface RegistryAddedCallback {
void onRegistryAdded(RegistryHandle handle, ResourceLocation id, T t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy