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