net.minecraft

public class DetectedVersion

implements WorldVersion

t
net.minecraft.DetectedVersion
net.minecraft.class_3797
net.minecraft.MinecraftVersion
net.minecraft.MinecraftVersion

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
b
LOGGER
field_16741
LOGGER
public static final WorldVersion
a
BUILT_IN
field_25319
CURRENT
private final String
c
id
field_16738
id
private final String
d
name
field_16733
name
private final boolean
e
stable
field_16737
stable
private final DataVersion
f
worldVersion
field_16736
saveVersion
private final int
g
protocolVersion
field_16735
protocolVersion
private final int
h
resourcePackVersion
field_27843
resourcePackVersion
private final int
i
dataPackVersion
field_16734
dataPackVersion
private final Date
j
buildTime
field_16739
buildTime

Constructor summary

ModifierConstructor
private ()
private (com.google.gson.JsonObject json)

Method summary

Modifier and TypeMethod
public static WorldVersion
a()
tryDetectVersion()
method_16672()
create()
public String
b()
getId()
method_48018()
getId()
public String
c()
getName()
method_48019()
getName()
public DataVersion
d()
getDataVersion()
method_37912()
getSaveVersion()
public int
e()
getProtocolVersion()
method_48020()
getProtocolVersion()
public int
a(aui arg0)
getPackVersion(PackType arg0)
method_48017(class_3264 arg0)
getResourceVersion(ResourceType arg0)
public Date
f()
getBuildTime()
method_48021()
getBuildTime()
public boolean
g()
isStable()
method_48022()
isStable()