Package | Description |
---|---|
skyproc |
Modifier and Type | Class and Description |
---|---|
class |
GRUP<T extends MajorRecord>
A GRUP is a collection of Major Records.
|
Modifier and Type | Class and Description |
---|---|
class |
ALCH
Alchemy Records
|
class |
AMMO |
class |
ARMA
Armature records (pieces of armor)
|
class |
ARMO
Armor Records
|
class |
AVIF
Actor value records and perk trees.
|
class |
BOOK |
class |
COBJ |
class |
CONT |
class |
DIAL |
class |
DLBR |
class |
DLVW |
class |
ECZN |
class |
ENCH |
class |
FACT |
class |
FLST
Form List Record
|
class |
GLOB |
class |
GMST |
class |
HDPT |
class |
IMGS
Image Space major record.
|
class |
INFO |
class |
INGR
Ingredient Records
|
class |
KYWD
Keyword Records
|
class |
LeveledRecord |
class |
LGTM |
class |
LIGH |
class |
LVLI |
class |
LVLN
Leveled List.
|
class |
MagicItem |
class |
MajorRecordDescription |
class |
MajorRecordNamed
An extended major record that has a name.
|
class |
MGEF
A Magic Effect record
|
class |
MISC |
class |
NPC_
An actor in the world.
|
class |
OTFT |
class |
PERK
A record fully describing and specifying a perk, including level up perks, as
well as more obscure hidden perks related to quests and NPCs.
|
class |
PROJ |
class |
QUST |
class |
RACE
Race Records
|
class |
SPEL
Spell Records
|
class |
STAT |
class |
TXST |
class |
VTYP |
class |
WEAP
Weapon Records
|
class |
WTHR |
Modifier and Type | Method and Description |
---|---|
MajorRecord |
MajorRecord.copy(java.lang.String edid)
Creates a copy of the record originating from the global patch.
|
MajorRecord |
GRUP.get(FormID id) |
MajorRecord |
GRUP.get(java.lang.String edid) |
static MajorRecord |
SPDatabase.getMajor(FormID query)
Querys the Global Database and returns the first record that matches the
FormID.
|
MajorRecord |
Mod.getMajor(FormID query,
GRUP_TYPE... grup_types) |
static MajorRecord |
SPDatabase.getMajor(FormID query,
GRUP_TYPE... grup_types)
Querys the Global Database and returns the first record that matches the
FormID.
|
MajorRecord |
Mod.getMajor(java.lang.String edid,
GRUP_TYPE... grup_types) |
MajorRecord |
Mod.makeCopy(MajorRecord m,
java.lang.String newEDID)
Makes a copy of the Major Record and loads it into the mod, giving a new
Major Record a FormID originating from the mod.
|
static MajorRecord |
NiftyFunc.mergeDuplicate(MajorRecord in)
Checks global path for duplicate record.
|
Modifier and Type | Method and Description |
---|---|
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.
|
java.util.ArrayList<MajorRecord> |
Mod.getRecords() |
java.util.ArrayList<MajorRecord> |
Mod.makeCopy(GRUP g)
This function requires there to be a GlobalDB set, as it adds the
necessary masters from it.
|
Modifier and Type | Method and Description |
---|---|
void |
Mod.addRecord(MajorRecord m)
This function requires there to be a GlobalDB set, as it adds the
necessary masters from it.
|
boolean |
LeveledRecord.contains(MajorRecord target) |
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.
|
boolean |
MajorRecord.deepEquals(MajorRecord other)
NOTE: Not tested thoroughly.
|
static void |
SPGlobal.logBlocked(java.lang.String header,
java.lang.String reason,
MajorRecord m)
Logs a specific record as blocked in the "Blocked Records.txt" log.
|
MajorRecord |
Mod.makeCopy(MajorRecord m,
java.lang.String newEDID)
Makes a copy of the Major Record and loads it into the mod, giving a new
Major Record a FormID originating from the mod.
|
static MajorRecord |
NiftyFunc.mergeDuplicate(MajorRecord in)
Checks global path for duplicate record.
|
int |
CONT.replace(MajorRecord target,
MajorRecord replacement) |
int |
LeveledRecord.replace(MajorRecord target,
MajorRecord replacement) |