Interface addPacks

All Known Implementing Classes:
addPacksNeoForge

public interface addPacks
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    addCDP(@NotNull Object modContainerOrEvent, @NotNull String modID, @NotNull String path)
     
    default void
    addHiddenPack(@NotNull Object modContainerOrEvent, @NotNull String modID, @NotNull String path, @NotNull String DisplayName, @NotNull String activationType, @NotNull String type, @NotNull String packSource, @NotNull String packPosition)
     
    void
    addPack(@NotNull Object modContainerOrEvent, @NotNull String modID, @NotNull String path, @NotNull String DisplayName, @NotNull String activationType, @NotNull String type, @NotNull String packSource, @NotNull String packPosition)
     
    default void
    addpacks(Object modContainerOrEvent)
     
  • Method Details

    • addpacks

      default void addpacks(Object modContainerOrEvent)
    • addPack

      void addPack(@NotNull @NotNull Object modContainerOrEvent, @NotNull @NotNull String modID, @NotNull @NotNull String path, @NotNull @NotNull String DisplayName, @NotNull @NotNull String activationType, @NotNull @NotNull String type, @NotNull @NotNull String packSource, @NotNull @NotNull String packPosition)
    • addHiddenPack

      default void addHiddenPack(@NotNull @NotNull Object modContainerOrEvent, @NotNull @NotNull String modID, @NotNull @NotNull String path, @NotNull @NotNull String DisplayName, @NotNull @NotNull String activationType, @NotNull @NotNull String type, @NotNull @NotNull String packSource, @NotNull @NotNull String packPosition)
    • addCDP

      default void addCDP(@NotNull @NotNull Object modContainerOrEvent, @NotNull @NotNull String modID, @NotNull @NotNull String path)