Package | Description |
---|---|
skyproc |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<Mod> |
SPImporter.importActiveMods()
Loads input plugins.txt and reads input the mods the user has active, and
loads only those that are also present input the data folder.
|
static java.util.Set<Mod> |
SPImporter.importActiveMods(java.util.ArrayList<GRUP_TYPE> grup_targets)
Loads input plugins.txt and reads input the mods the user has active, and
loads only those that are also present input the data folder.
|
static java.util.Set<Mod> |
SPImporter.importActiveMods(GRUP_TYPE... grup_targets)
Loads input plugins.txt and reads input the mods the user has active, and
loads only those that are also present input the data folder.
|
static java.util.Set<Mod> |
SPImporter.importAllMods()
Imports all mods input the user's Data/ folder, no matter if they are
currently active or not.
|
static java.util.Set<Mod> |
SPImporter.importAllMods(java.util.ArrayList<GRUP_TYPE> grup_targets)
Imports all mods input the user's Data/ folder, no matter if they are
currently active or not.
|
static java.util.Set<Mod> |
SPImporter.importAllMods(GRUP_TYPE... grup_targets)
Imports all mods input the user's Data/ folder, no matter if they are
currently active or not.
|
static Mod |
SPImporter.importMod(ModListing listing,
GRUP_TYPE... grup_targets)
Looks for a mod matching the ModListing inside the given path.
|
static Mod |
SPImporter.importMod(ModListing listing,
java.lang.String path,
GRUP_TYPE... grup_targets)
Looks for a mod matching the ModListing inside the given path.
|
static java.util.Set<Mod> |
SPImporter.importMods(java.util.ArrayList<ModListing> mods)
Looks for mods that match the given ModListings inside the data folder.
|
static java.util.Set<Mod> |
SPImporter.importMods(java.util.ArrayList<ModListing> mods,
java.util.ArrayList<GRUP_TYPE> grup_targets)
Looks for mods that match the given ModListings inside the data folder.
|
static java.util.Set<Mod> |
SPImporter.importMods(java.util.ArrayList<ModListing> mods,
GRUP_TYPE... grup_targets)
Looks for mods that match the given ModListings inside the data folder.
|
static java.util.Set<Mod> |
SPImporter.importMods(java.util.ArrayList<ModListing> mods,
java.lang.String path)
Looks for mods that match the given ModListings input the path specified.
|
static java.util.Set<Mod> |
SPImporter.importMods(java.util.ArrayList<ModListing> mods,
java.lang.String path,
GRUP_TYPE... grup_targets)
Looks for mods that match the given ModListings input the path specified.
|