net.minecraft.world.level.storage

public class LevelSummary

implements Comparable<LevelSummary>

ewe
net.minecraft.world.level.storage.LevelSummary
net.minecraft.class_34
net.minecraft.world.level.storage.LevelSummary
net.minecraft.world.level.storage.WorldInfo

Field summary

Modifier and TypeField
public static final Component
a
PLAY_WORLD
field_46832
SELECT_WORLD_TEXT
private final LevelSettings
b
settings
field_25022
levelInfo
private final LevelVersion
c
levelVersion
field_25023
versionInfo
private final String
d
levelId
field_205
name
private final boolean
e
requiresManualConversion
field_209
requiresConversion
private final boolean
f
locked
field_23772
locked
private final boolean
g
experimental
field_40371
experimental
private final Path
h
icon
field_23773
iconPath
private Component
i
info
field_24191
details

Constructor summary

ModifierConstructor
public (LevelSettings levelInfo, LevelVersion versionInfo, String name, boolean requiresConversion, boolean locked, boolean experimental, Path iconPath)

Method summary

Modifier and TypeMethod
public String
a()
getLevelId()
method_248()
getName()
public String
b()
getLevelName()
method_252()
getDisplayName()
public Path
c()
getIcon()
method_27020()
getIconPath()
public boolean
d()
requiresManualConversion()
method_255()
requiresConversion()
public boolean
e()
isExperimental()
method_45554()
isExperimental()
public long
f()
getLastPlayed()
method_249()
getLastPlayed()
public int
a(ewe arg0)
compareTo(LevelSummary arg0)
method_251(class_34 arg0)
compareTo(LevelSummary arg0)
public LevelSettings
g()
getSettings()
method_35505()
getLevelInfo()
public GameType
h()
getGameMode()
method_247()
getGameMode()
public boolean
i()
isHardcore()
method_257()
isHardcore()
public boolean
j()
hasCommands()
method_259()
hasCheats()
public MutableComponent
k()
getWorldVersionName()
method_258()
getVersion()
public LevelVersion
l()
levelVersion()
method_29586()
getVersionInfo()
public boolean
m()
shouldBackup()
method_54549()
shouldPromptBackup()
public boolean
n()
isDowngrade()
method_54550()
wouldBeDowngraded()
public LevelSummary$BackupStatus
o()
backupStatus()
method_33405()
getConversionWarning()
public boolean
p()
isLocked()
method_27021()
isLocked()
public boolean
q()
isDisabled()
method_33784()
isUnavailable()
public boolean
r()
isCompatible()
method_38496()
isVersionAvailable()
public Component
s()
getInfo()
method_27429()
getDetails()
private Component
z()
createInfo()
method_27430()
createDetails()
public Component
t()
primaryActionMessage()
method_54551()
getSelectWorldText()
public boolean
u()
primaryActionActive()
method_54552()
isSelectable()
public boolean
v()
canUpload()
method_56127()
isImmediatelyLoadable()
public boolean
w()
canEdit()
method_54553()
isEditable()
public boolean
x()
canRecreate()
method_54554()
isRecreatable()
public boolean
y()
canDelete()
method_54555()
isDeletable()