Package | Description |
---|---|
cpw.mods.fml.common | |
cpw.mods.fml.common.functions | |
cpw.mods.fml.common.modloader | |
cpw.mods.fml.common.network | |
cpw.mods.fml.common.versioning |
Modifier and Type | Field and Description |
---|---|
List<ArtifactVersion> |
ModMetadata.dependants |
List<ArtifactVersion> |
ModMetadata.dependencies |
Set<ArtifactVersion> |
MissingModsException.missingMods |
Set<ArtifactVersion> |
ModMetadata.requiredMods |
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
FMLModContainer.getProcessedVersion() |
ArtifactVersion |
ModContainer.getProcessedVersion() |
ArtifactVersion |
DummyModContainer.getProcessedVersion() |
ArtifactVersion |
InjectedModContainer.getProcessedVersion() |
Modifier and Type | Method and Description |
---|---|
List<ArtifactVersion> |
FMLModContainer.getDependants() |
List<ArtifactVersion> |
ModContainer.getDependants()
A list of modids that should be loaded after this one.
|
List<ArtifactVersion> |
DummyModContainer.getDependants() |
List<ArtifactVersion> |
InjectedModContainer.getDependants() |
List<ArtifactVersion> |
FMLModContainer.getDependencies() |
List<ArtifactVersion> |
ModContainer.getDependencies()
A list of modids that should be loaded prior to this one.
|
List<ArtifactVersion> |
DummyModContainer.getDependencies() |
List<ArtifactVersion> |
InjectedModContainer.getDependencies() |
Set<ArtifactVersion> |
FMLModContainer.getRequirements() |
Set<ArtifactVersion> |
ModContainer.getRequirements()
A list of the modids that this mod requires loaded prior to loading
|
Set<ArtifactVersion> |
DummyModContainer.getRequirements() |
Set<ArtifactVersion> |
InjectedModContainer.getRequirements() |
Modifier and Type | Method and Description |
---|---|
void |
Loader.computeDependencies(String dependencyString,
Set<ArtifactVersion> requirements,
List<ArtifactVersion> dependencies,
List<ArtifactVersion> dependants) |
void |
Loader.computeDependencies(String dependencyString,
Set<ArtifactVersion> requirements,
List<ArtifactVersion> dependencies,
List<ArtifactVersion> dependants) |
void |
Loader.computeDependencies(String dependencyString,
Set<ArtifactVersion> requirements,
List<ArtifactVersion> dependencies,
List<ArtifactVersion> dependants) |
Constructor and Description |
---|
MissingModsException(Set<ArtifactVersion> missingMods) |
Modifier and Type | Method and Description |
---|---|
String |
ArtifactVersionNameFunction.apply(ArtifactVersion v) |
Modifier and Type | Field and Description |
---|---|
ArrayList<ArtifactVersion> |
ModLoaderModContainer.dependants |
ArrayList<ArtifactVersion> |
ModLoaderModContainer.dependencies |
Set<ArtifactVersion> |
ModLoaderModContainer.requirements |
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
ModLoaderModContainer.getProcessedVersion() |
Modifier and Type | Method and Description |
---|---|
List<ArtifactVersion> |
ModLoaderModContainer.getDependants() |
List<ArtifactVersion> |
ModLoaderModContainer.getDependencies() |
Set<ArtifactVersion> |
ModLoaderModContainer.getRequirements() |
Modifier and Type | Method and Description |
---|---|
List<ArtifactVersion> |
ModMissingPacket.getModList() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultArtifactVersion |
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
Restriction.getLowerBound() |
ArtifactVersion |
VersionRange.getRecommendedVersion() |
ArtifactVersion |
Restriction.getUpperBound() |
ArtifactVersion |
VersionRange.matchVersion(List<ArtifactVersion> versions) |
static ArtifactVersion |
VersionParser.parseVersionReference(String labelledRef) |
Modifier and Type | Method and Description |
---|---|
int |
DefaultArtifactVersion.compareTo(ArtifactVersion o) |
boolean |
ArtifactVersion.containsVersion(ArtifactVersion source) |
boolean |
VersionRange.containsVersion(ArtifactVersion version) |
boolean |
DefaultArtifactVersion.containsVersion(ArtifactVersion source) |
boolean |
Restriction.containsVersion(ArtifactVersion version) |
static VersionRange |
VersionRange.createFromVersion(String version,
ArtifactVersion existing) |
static boolean |
VersionParser.satisfies(ArtifactVersion target,
ArtifactVersion source) |
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
VersionRange.matchVersion(List<ArtifactVersion> versions) |
Constructor and Description |
---|
Restriction(ArtifactVersion lowerBound,
boolean lowerBoundInclusive,
ArtifactVersion upperBound,
boolean upperBoundInclusive) |