Class RegisterPacksFabric

java.lang.Object
io.github.gameking1happy.gk1hcore.packs.RegisterPacksFabric
All Implemented Interfaces:
RegisterPacks

public class RegisterPacksFabric extends Object implements RegisterPacks
Fabric code for registering packs.
See Also:
  • Constructor Details

    • RegisterPacksFabric

      public RegisterPacksFabric()
  • Method Details

    • registerpacksFa

      public static void registerpacksFa()
      Method that registers every mods' packs by mod.
    • registerpacks

      public void registerpacks(Object unused)
      Specified by:
      registerpacks in interface RegisterPacks
      Parameters:
      unused - Fabric does NOT require using this for ModContainer. (In fact, this would be problematic since each mod needs its own ModContainer to be used.)