Class FabricRegistrationHelper

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

public class FabricRegistrationHelper extends Object implements IRegistrationFactory
  • Constructor Details

    • FabricRegistrationHelper

      public FabricRegistrationHelper()
  • 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