Package net.minecraft
Class DetectedVersion
java.lang.Object
net.minecraft.DetectedVersion
- All Implemented Interfaces:
com.mojang.bridge.game.GameVersion
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprivate
private
DetectedVersion(com.google.gson.JsonObject p_132489_)
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
int
getPackVersion(com.mojang.bridge.game.PackType p_179764_)
int
int
boolean
isStable()
static com.mojang.bridge.game.GameVersion
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mojang.bridge.game.GameVersion
getPackVersion
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
BUILT_IN
public static final com.mojang.bridge.game.GameVersion BUILT_IN -
id
-
name
-
stable
private final boolean stable -
worldVersion
private final int worldVersion -
protocolVersion
private final int protocolVersion -
resourcePackVersion
private final int resourcePackVersion -
dataPackVersion
private final int dataPackVersion -
buildTime
-
releaseTarget
-
-
Constructor Details
-
DetectedVersion
private DetectedVersion() -
DetectedVersion
private DetectedVersion(com.google.gson.JsonObject p_132489_)
-
-
Method Details
-
tryDetectVersion
public static com.mojang.bridge.game.GameVersion tryDetectVersion() -
getId
- Specified by:
getId
in interfacecom.mojang.bridge.game.GameVersion
-
getName
- Specified by:
getName
in interfacecom.mojang.bridge.game.GameVersion
-
getReleaseTarget
- Specified by:
getReleaseTarget
in interfacecom.mojang.bridge.game.GameVersion
-
getWorldVersion
public int getWorldVersion()- Specified by:
getWorldVersion
in interfacecom.mojang.bridge.game.GameVersion
-
getProtocolVersion
public int getProtocolVersion()- Specified by:
getProtocolVersion
in interfacecom.mojang.bridge.game.GameVersion
-
getPackVersion
public int getPackVersion(com.mojang.bridge.game.PackType p_179764_)- Specified by:
getPackVersion
in interfacecom.mojang.bridge.game.GameVersion
-
getBuildTime
- Specified by:
getBuildTime
in interfacecom.mojang.bridge.game.GameVersion
-
isStable
public boolean isStable()- Specified by:
isStable
in interfacecom.mojang.bridge.game.GameVersion
-