Interface AddPacks


public interface AddPacks
Implemented by mods to add their packs.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addPacks(@NotNull Object modContainerOrEvent)
     
    @NotNull String
     
  • Method Details

    • addPacks

      void addPacks(@NotNull @NotNull Object modContainerOrEvent)
      Parameters:
      modContainerOrEvent - ModContainer for Fabric, AddPackFindersEvent for NeoForge.
    • getModID

      @NotNull @NotNull String getModID()
      Returns:
      Mods are supposed to have this method return their own mod ID.