YATS/Forge Documentation
|
Public Member Functions | |
DummyModContainer (ModMetadata md) | |
DummyModContainer (String label) | |
DummyModContainer () | |
void | bindMetadata (MetadataCollection mc) |
List< ArtifactVersion > | getDependants () |
List< ArtifactVersion > | getDependencies () |
Set< ArtifactVersion > | getRequirements () |
ModMetadata | getMetadata () |
Object | getMod () |
String | getModId () |
String | getName () |
String | getSortingRules () |
File | getSource () |
String | getVersion () |
boolean | matches (Object mod) |
void | setEnabledState (boolean enabled) |
boolean | registerBus (EventBus bus, LoadController controller) |
ArtifactVersion | getProcessedVersion () |
boolean | isImmutable () |
boolean | isNetworkMod () |
String | getDisplayVersion () |
VersionRange | acceptableMinecraftVersionRange () |
Certificate | getSigningCertificate () |
String | toString () |
cpw.mods.fml.common.DummyModContainer.DummyModContainer | ( | ModMetadata | md) |
cpw.mods.fml.common.DummyModContainer.DummyModContainer | ( | String | label) |
cpw.mods.fml.common.DummyModContainer.DummyModContainer | ( | ) |
VersionRange cpw.mods.fml.common.DummyModContainer.acceptableMinecraftVersionRange | ( | ) |
Implements cpw.mods.fml.common.ModContainer.
void cpw.mods.fml.common.DummyModContainer.bindMetadata | ( | MetadataCollection | mc) |
Attach this mod to it's metadata from the supplied metadata collection
Implements cpw.mods.fml.common.ModContainer.
List<ArtifactVersion> cpw.mods.fml.common.DummyModContainer.getDependants | ( | ) |
A list of modids that should be loaded after this one. The special value * indicates to load before any other mod.
Implements cpw.mods.fml.common.ModContainer.
List<ArtifactVersion> cpw.mods.fml.common.DummyModContainer.getDependencies | ( | ) |
A list of modids that should be loaded prior to this one. The special value * indicates to load after any other mod.
Implements cpw.mods.fml.common.ModContainer.
String cpw.mods.fml.common.DummyModContainer.getDisplayVersion | ( | ) |
Implements cpw.mods.fml.common.ModContainer.
ModMetadata cpw.mods.fml.common.DummyModContainer.getMetadata | ( | ) |
The metadata for this mod
Implements cpw.mods.fml.common.ModContainer.
Object cpw.mods.fml.common.DummyModContainer.getMod | ( | ) |
Get the actual mod object
Implements cpw.mods.fml.common.ModContainer.
String cpw.mods.fml.common.DummyModContainer.getModId | ( | ) |
The globally unique modid for this mod
Implements cpw.mods.fml.common.ModContainer.
String cpw.mods.fml.common.DummyModContainer.getName | ( | ) |
A human readable name
Implements cpw.mods.fml.common.ModContainer.
ArtifactVersion cpw.mods.fml.common.DummyModContainer.getProcessedVersion | ( | ) |
Implements cpw.mods.fml.common.ModContainer.
Set<ArtifactVersion> cpw.mods.fml.common.DummyModContainer.getRequirements | ( | ) |
A list of the modids that this mod requires loaded prior to loading
Implements cpw.mods.fml.common.ModContainer.
Certificate cpw.mods.fml.common.DummyModContainer.getSigningCertificate | ( | ) |
Implements cpw.mods.fml.common.ModContainer.
String cpw.mods.fml.common.DummyModContainer.getSortingRules | ( | ) |
A representative string encapsulating the sorting preferences for this mod
Implements cpw.mods.fml.common.ModContainer.
File cpw.mods.fml.common.DummyModContainer.getSource | ( | ) |
The location on the file system which this mod came from
Implements cpw.mods.fml.common.ModContainer.
String cpw.mods.fml.common.DummyModContainer.getVersion | ( | ) |
A human readable version identifier
Implements cpw.mods.fml.common.ModContainer.
boolean cpw.mods.fml.common.DummyModContainer.isImmutable | ( | ) |
Implements cpw.mods.fml.common.ModContainer.
boolean cpw.mods.fml.common.DummyModContainer.isNetworkMod | ( | ) |
Implements cpw.mods.fml.common.ModContainer.
boolean cpw.mods.fml.common.DummyModContainer.matches | ( | Object | mod) |
boolean cpw.mods.fml.common.DummyModContainer.registerBus | ( | EventBus | bus, |
LoadController | controller | ||
) |
Register the event bus for the mod and the controller for error handling Returns if this bus was successfully registered - disabled mods and other mods that don't need real events should return false and avoid further processing
bus | |
controller |
Implements cpw.mods.fml.common.ModContainer.
void cpw.mods.fml.common.DummyModContainer.setEnabledState | ( | boolean | enabled) |
Set the enabled/disabled state of this mod
Implements cpw.mods.fml.common.ModContainer.
String cpw.mods.fml.common.DummyModContainer.toString | ( | ) |