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

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

package personthecat.catlib.event.registry;

import personthecat.catlib.event.LibEvent;

import java.util.function.Consumer;
import net.minecraft.class_5455;

public class RegistryAccessEvent {
    public static final LibEvent> EVENT =
        LibEvent.create(callbacks -> access -> callbacks.forEach(c -> c.accept(access)));
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy