Class AddPackFabric
java.lang.Object
io.github.gameking1happy.gk1hcore.packs.AddPackFabric
- All Implemented Interfaces:
AddPack
Fabric code for adding packs.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPack(@NotNull Object modContainer, @NotNull String modID, @NotNull String path, @NotNull String displayName, @NotNull activationType actType, @NotNull packType unused1, @NotNull packSource unused2, @NotNull packPosition unused3)
-
Constructor Details
-
AddPackFabric
public AddPackFabric()
-
-
Method Details
-
addPack
public void addPack(@NotNull @NotNull Object modContainer, @NotNull @NotNull String modID, @NotNull @NotNull String path, @NotNull @NotNull String displayName, @NotNull @NotNull activationType actType, @NotNull @NotNull packType unused1, @NotNull @NotNull packSource unused2, @NotNull @NotNull packPosition unused3) - Specified by:
addPackin interfaceAddPack- Parameters:
modContainer- ModContainer.modID- Mod ID of the mod the pack is added by.path- The path the pack is in, starting in the "resource/" directory.displayName- Display name of the pack.actType- SeeactivationType.unused1- Not used for Fabric.unused2- Not used for Fabric.unused3- Not used for Fabric.- See Also:
-