Package | Description |
---|---|
net.minecraftforge.client.gui | |
net.minecraftforge.fml | |
net.minecraftforge.fml.client | |
net.minecraftforge.versions.forge |
Modifier and Type | Field and Description |
---|---|
private VersionChecker.Status |
NotificationModUpdateScreen.showNotification |
Modifier and Type | Field and Description |
---|---|
VersionChecker.Status |
VersionChecker.CheckResult.status |
Modifier and Type | Method and Description |
---|---|
static VersionChecker.Status |
VersionChecker.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VersionChecker.Status[] |
VersionChecker.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CheckResult(VersionChecker.Status status,
org.apache.maven.artifact.versioning.ComparableVersion target,
java.util.Map<org.apache.maven.artifact.versioning.ComparableVersion,java.lang.String> changes,
java.lang.String url) |
Modifier and Type | Method and Description |
---|---|
static VersionChecker.Status |
ClientModLoader.checkForUpdates() |
Modifier and Type | Method and Description |
---|---|
static VersionChecker.Status |
ForgeVersion.getStatus() |