Class LevelSummary
java.lang.Object
net.minecraft.world.level.storage.LevelSummary
- All Implemented Interfaces:
- Comparable<LevelSummary>
- Direct Known Subclasses:
- LevelSummary.CorruptedLevelSummary,- LevelSummary.SymlinkLevelSummary
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final booleanprivate final Pathprivate Componentprivate final Stringprivate final LevelVersionprivate final booleanstatic final Componentprivate final booleanprivate final LevelSettings
- 
Constructor SummaryConstructorsConstructorDescriptionLevelSummary(LevelSettings p_251217_, LevelVersion p_249179_, String p_250462_, boolean p_252096_, boolean p_251054_, boolean p_252271_, Path p_252001_) 
- 
Method Summary
- 
Field Details- 
PLAY_WORLD
- 
settings
- 
levelVersion
- 
levelId
- 
requiresManualConversionprivate final boolean requiresManualConversion
- 
lockedprivate final boolean locked
- 
experimentalprivate final boolean experimental
- 
icon
- 
info
 
- 
- 
Constructor Details- 
LevelSummarypublic LevelSummary(LevelSettings p_251217_, LevelVersion p_249179_, String p_250462_, boolean p_252096_, boolean p_251054_, boolean p_252271_, Path p_252001_) 
 
- 
- 
Method Details- 
getLevelId
- 
getLevelName
- 
getIcon
- 
requiresManualConversionpublic boolean requiresManualConversion()
- 
isExperimentalpublic boolean isExperimental()
- 
getLastPlayedpublic long getLastPlayed()
- 
compareTo- Specified by:
- compareToin interface- Comparable<LevelSummary>
 
- 
getSettings
- 
getGameMode
- 
isHardcorepublic boolean isHardcore()
- 
hasCheatspublic boolean hasCheats()
- 
getWorldVersionName
- 
levelVersion
- 
shouldBackuppublic boolean shouldBackup()
- 
isDowngradepublic boolean isDowngrade()
- 
backupStatus
- 
isLockedpublic boolean isLocked()
- 
isDisabledpublic boolean isDisabled()
- 
isCompatiblepublic boolean isCompatible()
- 
getInfo
- 
createInfo
- 
- 
primaryActionActivepublic boolean primaryActionActive()
- 
canEditpublic boolean canEdit()
- 
canRecreatepublic boolean canRecreate()
- 
canDeletepublic boolean canDelete()
- 
isLifecycleExperimentalpublic boolean isLifecycleExperimental()
 
-