Class NeoForgeRegistrationHelper

java.lang.Object
me.alexdevs.classicPeripherals.platform.NeoForgeRegistrationHelper
All Implemented Interfaces:
IRegistrationFactory

public class NeoForgeRegistrationHelper extends Object implements IRegistrationFactory
  • 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:
      create in interface IRegistrationFactory