YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
cpw.mods.fml.common.DummyModContainer Class Reference
Inheritance diagram for cpw.mods.fml.common.DummyModContainer:
cpw.mods.fml.common.ModContainer cpw.mods.fml.common.FMLDummyContainer cpw.mods.fml.common.MCPDummyContainer cpw.mods.fml.common.MinecraftDummyContainer net.minecraftforge.common.ForgeDummyContainer

Public Member Functions

 DummyModContainer (ModMetadata md)
 
 DummyModContainer (String label)
 
 DummyModContainer ()
 
void bindMetadata (MetadataCollection mc)
 
List< ArtifactVersiongetDependants ()
 
List< ArtifactVersiongetDependencies ()
 
Set< ArtifactVersiongetRequirements ()
 
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 ()
 

Constructor & Destructor Documentation

cpw.mods.fml.common.DummyModContainer.DummyModContainer ( ModMetadata  md)
cpw.mods.fml.common.DummyModContainer.DummyModContainer ( String  label)
cpw.mods.fml.common.DummyModContainer.DummyModContainer ( )

Member Function Documentation

VersionRange cpw.mods.fml.common.DummyModContainer.acceptableMinecraftVersionRange ( )
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 ( )
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 ( )
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 ( )
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 ( )
boolean cpw.mods.fml.common.DummyModContainer.isNetworkMod ( )
boolean cpw.mods.fml.common.DummyModContainer.matches ( Object  mod)

Does this mod match the supplied mod

Parameters
mod

Implements cpw.mods.fml.common.ModContainer.

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

Parameters
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 ( )

The documentation for this class was generated from the following file: