Package | Description |
---|---|
skyproc | |
skyproc.gui |
Modifier and Type | Method and Description |
---|---|
ModListing |
SPImporter.DirtyParsingIterator.activeMod() |
ModListing |
GLOB.getFormMaster() |
ModListing |
MajorRecord.getFormMaster() |
ModListing |
SubFormInt.getFormMaster() |
ModListing |
Mod.getInfo() |
ModListing |
SUMMergerProgram.getListing() |
ModListing |
FormID.getMaster() |
ModListing |
Mod.getNthMaster(int i)
Returns the ModListing associated with the nth master of this mod.
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<ModListing> |
SPImporter.getActiveModList()
Loads input plugins.txt and reads input the mods the user has active and
returns an ArrayList of the ModListings input load order.
|
static java.util.ArrayList<ModListing> |
SPDatabase.getImportedModListings() |
java.util.ArrayList<ModListing> |
Mod.getMasters()
Returns the ModListings of all the masters of the mod.
|
static java.util.ArrayList<ModListing> |
SPImporter.getModList()
Will scan the data folder and ModListings for all .esp and .esm files,
regardless of if they are active.
|
static java.util.ArrayList<ModListing> |
SPDatabase.getMods() |
java.util.ArrayList<ModListing> |
SUMMergerProgram.requiredMods() |
Modifier and Type | Method and Description |
---|---|
static void |
SPGlobal.addModToSkip(ModListing m) |
static void |
SPGlobal.addModToWhiteList(ModListing m)
Adds a mod to the white list.
|
static java.util.ArrayList<MajorRecord> |
NiftyFunc.deepCopySubRecords(MajorRecord in,
ModListing targetMod)
Copies each major record from the target mod that is referenced in the major record.
|
FormID |
RecordShrinkArray.extractFormID(ModListing modToStandardizeTo)
Extracts the next four bytes of data and interprets them as a FormID
(regardless of whether it actually is), and standardizes it to the
given mod.
|
FormID |
RecordShrinkArray.extractFormID(java.lang.String type,
ModListing modToStandardizeTo)
Scans to the typestring, skips the length bytes (2),
and extracts 4 bytes of data interprets them as a FormID
(regardless of whether it actually is), and standardizes it to the
given mod.
|
static BSA |
BSA.getBSA(ModListing m)
Returns BSA object associated with modlisting, or null if there is none.
|
static Mod |
SPDatabase.getMod(ModListing listing) |
static SPImporter.DirtyParsingIterator |
SPImporter.getSubRecordsInGRUPs(ModListing targetMod,
java.lang.String typeString,
java.lang.String... grups)
A rudimentary mod data Iterator that returns data of subrecords matching typestring.
|
static boolean |
BSA.hasBSA(ModListing m) |
static boolean |
SPDatabase.hasMod(ModListing listing) |
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 boolean |
SPGlobal.isModToSkip(ModListing m) |
static boolean |
SPGlobal.isWhiteListed(ModListing m) |
static int |
SPDatabase.modIndex(ModListing listing)
Returns the modindex matching the ModListing.
|
static void |
SPDatabase.removeMod(ModListing listing) |
static boolean |
SPGlobal.shouldImport(ModListing m)
True if not blacklisted and if white listed (if there are any white listings)
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
FormID(byte[] id,
ModListing master) |
FormID(int[] id,
ModListing master) |
FormID(java.lang.String id,
ModListing master) |
Mod(ModListing info)
Creates an empty Mod with the name and master flag set to match info.
|
Modifier and Type | Method and Description |
---|---|
ModListing |
SUM.getListing() |
ModListing |
SUMprogram.getListing()
Returns the modlisting used for the exported patch.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ModListing> |
SUM.requiredMods() |
java.util.ArrayList<ModListing> |
SUMprogram.requiredMods() |