Interface addPacks
- All Known Implementing Classes:
addPacksNeoForge
public interface addPacks
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voidaddHiddenPack(@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 voidaddPack(@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 voiddefault voidregisterpacksFa(Object modIDOrEVENT)
-
Method Details
-
addpacks
-
registerpacksFa
-
addPack
default 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
-