Uses of Class
net.minecraftforge.fml.VersionChecker.Status
-
Packages that use VersionChecker.Status Package Description net.minecraftforge.client.gui net.minecraftforge.fml net.minecraftforge.fml.client net.minecraftforge.versions.forge -
-
Uses of VersionChecker.Status in net.minecraftforge.client.gui
Fields in net.minecraftforge.client.gui declared as VersionChecker.Status Modifier and Type Field Description private VersionChecker.Status
NotificationModUpdateScreen. showNotification
-
Uses of VersionChecker.Status in net.minecraftforge.fml
Fields in net.minecraftforge.fml declared as VersionChecker.Status Modifier and Type Field Description VersionChecker.Status
VersionChecker.CheckResult. status
Methods in net.minecraftforge.fml that return VersionChecker.Status Modifier and Type Method 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.Constructors in net.minecraftforge.fml with parameters of type VersionChecker.Status Constructor 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)
-
Uses of VersionChecker.Status in net.minecraftforge.fml.client
Methods in net.minecraftforge.fml.client that return VersionChecker.Status Modifier and Type Method Description static VersionChecker.Status
ClientModLoader. checkForUpdates()
-
Uses of VersionChecker.Status in net.minecraftforge.versions.forge
Methods in net.minecraftforge.versions.forge that return VersionChecker.Status Modifier and Type Method Description static VersionChecker.Status
ForgeVersion. getStatus()
-