Class LevelSummary
java.lang.Object
net.minecraft.world.level.storage.LevelSummary
- All Implemented Interfaces:
- Comparable<LevelSummary>
- Direct Known Subclasses:
- LevelSummary.SymlinkLevelSummary
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final booleanprivate final Pathprivate Componentprivate final Stringprivate final LevelVersionprivate final booleanprivate 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- 
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
- 
markVersionInListpublic boolean markVersionInList()
- 
askToOpenWorldpublic boolean askToOpenWorld()
- 
backupStatus
- 
isLockedpublic boolean isLocked()
- 
isDisabledpublic boolean isDisabled()
- 
isCompatiblepublic boolean isCompatible()
- 
getInfo
- 
createInfo
- 
isLifecycleExperimentalpublic boolean isLifecycleExperimental()
 
-