Class NeoForgeRegistrationHelper
java.lang.Object
me.alexdevs.classicPeripherals.platform.NeoForgeRegistrationHelper
- All Implemented Interfaces:
IRegistrationFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOD_BUS
public static net.neoforged.bus.api.IEventBus MOD_BUS
-
-
Constructor Details
-
NeoForgeRegistrationHelper
public NeoForgeRegistrationHelper()
-
-
Method Details
-
create
public <T> Registrar<T> create(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> resourceKey, String modId) - Specified by:
createin interfaceIRegistrationFactory
-