All Classes and Interfaces

Class
Description
The activation type of the pack.
Simplifies adding packs by allowing using a method in common instead of separate methods for Fabric & NeoForge.
Fabric code for adding packs.
Add pack presets, for adding to the Main.PackExclusions list, and commonly used parameters and display name formating.
Implemented by mods to add their packs.
Checks for if other mods are loaded.
Useful things for data-related stuff.
Fabric code for the platform helper which provides information which platform the mod is running on.
Platform helper which provides information which platform the mod is running on.
The main class for the mod.
The Fabric main class for the mod.
NeoForge Only.
Injects code after findNewPacks to remove certain packs from the pack selection screen, usually ones controlled via configs or/and are addons for other mods.
NeoForge Only.
NeoForge Only.
Used to register the added packs.
Fabric code for registering packs.
Loads services, allowing platform-specific code to be called in common.