java.lang.Object
net.neoforged.neoforge.internal.versions.neoforge.NeoForgeVersion
 
public class NeoForgeVersion
extends Object 
- 
Field Summary
Fields
private static final org.apache.logging.log4j.Logger
 
 
 
 
 
 
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
 
static net.neoforged.fml.VersionChecker.Status
 
 
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Field Details
- 
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER
 
- 
MOD_ID
public static final String MOD_ID 
- See Also:
 
- 
 
 
- 
neoForgeVersion
private static final String neoForgeVersion 
 
- 
neoForgeSpec
private static final String neoForgeSpec 
 
- 
neoForgeGroup
private static final String neoForgeGroup 
 
 
- 
Constructor Details
- 
NeoForgeVersion
public NeoForgeVersion()
 
 
- 
Method Details
- 
getVersion
public static String getVersion()
 
 
- 
getStatus
public static net.neoforged.fml.VersionChecker.Status getStatus()
 
- 
getTarget
@Nullable
public static @Nullable String getTarget()
 
 
- 
getSpec
public static String getSpec()
 
 
- 
getGroup
public static String getGroup()