Class NeoForgeRegistrar<T>
java.lang.Object
dev.ultreon.mods.xinexlib.registrar.NeoForgeRegistrar<T>
- All Implemented Interfaces:
Registrar<T>,Iterable<RegistrySupplier<?,T>>
-
Constructor Summary
ConstructorsConstructorDescriptionNeoForgeRegistrar(net.neoforged.neoforge.registries.DeferredRegister<T> deferredRegister, net.neoforged.bus.api.IEventBus modEventBus) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
NeoForgeRegistrar
public NeoForgeRegistrar(net.neoforged.neoforge.registries.DeferredRegister<T> deferredRegister, net.neoforged.bus.api.IEventBus modEventBus)
-
-
Method Details