net.minecraft.world.level.storage

public class LevelSummary

implements Comparable<LevelSummary>

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

Field summary

Modifier and TypeField
public static final Text
PLAY_WORLD
field_46832
SELECT_WORLD_TEXT
public static final Text
UPGRADE_AND_PLAY_WORLD
field_1_1510
UPGRADE_AND_PLAY_TEXT
private final LevelInfo
settings
field_25022
levelInfo
private final SaveVersionInfo
levelVersion
field_25023
versionInfo
private final String
levelId
field_205
name
private final boolean
requiresManualConversion
field_209
requiresConversion
private final boolean
requiresFileFixing
field_1_1511
requiresFileFixing
private final boolean
locked
field_23772
locked
private final boolean
experimental
field_40371
experimental
private final Path
icon
field_23773
iconPath
private Text
info
field_24191
details

Constructor summary

ModifierConstructor
public (LevelInfo levelInfo, SaveVersionInfo versionInfo, String name, boolean requiresConversion, boolean requiresFileFixing, boolean locked, boolean experimental, Path iconPath)

Method summary

Modifier and TypeMethod
public String
getLevelId()
method_248()
getName()
public String
getLevelName()
method_252()
getDisplayName()
public Path
getIcon()
method_27020()
getIconPath()
public boolean
requiresManualConversion()
method_255()
requiresConversion()
public boolean
requiresFileFixing()
method_1_1808()
requiresFileFixing()
public boolean
isExperimental()
method_45554()
isExperimental()
public long
getLastPlayed()
method_249()
getLastPlayed()
public int
compareTo(LevelSummary rhs)
method_251(class_34 arg0)
compareTo(LevelSummary arg0)
public LevelInfo
getSettings()
method_35505()
getLevelInfo()
public GameMode
getGameMode()
method_247()
getGameMode()
public boolean
isHardcore()
method_257()
isHardcore()
public boolean
hasCommands()
method_259()
hasCheats()
public MutableText
getWorldVersionName()
method_258()
getVersion()
public SaveVersionInfo
levelVersion()
method_29586()
getVersionInfo()
public boolean
shouldBackup()
method_54549()
shouldPromptBackup()
public boolean
isDowngrade()
method_54550()
wouldBeDowngraded()
public LevelSummary$ConversionWarning
backupStatus()
method_33405()
getConversionWarning()
public boolean
isLocked()
method_27021()
isLocked()
public boolean
isDisabled()
method_33784()
isUnavailable()
public boolean
isCompatible()
method_38496()
isVersionAvailable()
public Text
getInfo()
method_27429()
getDetails()
private Text
createInfo()
method_27430()
createDetails()
public Text
primaryActionMessage()
method_54551()
getSelectWorldText()
public boolean
primaryActionActive()
method_54552()
isSelectable()
public boolean
canUpload()
method_56127()
isImmediatelyLoadable()
public boolean
canEdit()
method_54553()
isEditable()
public boolean
canRecreate()
method_54554()
isRecreatable()
public boolean
canDelete()
method_54555()
isDeletable()
public int
compareTo(Object rhs)
compareTo(Object arg0)
compareTo(Object other)