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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic class - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final Pathprivate Componentprivate final Stringprivate final LevelVersionprivate final booleanstatic final Componentprivate final booleanprivate final LevelSettings - 
Constructor Summary
ConstructorsConstructorDescriptionLevelSummary(LevelSettings pSettings, LevelVersion pLevelVersion, String pLevelId, boolean pRequiresManualConversion, boolean pLocked, boolean pExperimental, Path pIcon)  - 
Method Summary
 
- 
Field Details
- 
PLAY_WORLD
 - 
settings
 - 
levelVersion
 - 
levelId
 - 
requiresManualConversion
private final boolean requiresManualConversion - 
locked
private final boolean locked - 
experimental
private final boolean experimental - 
icon
 - 
info
 
 - 
 - 
Constructor Details
- 
LevelSummary
public LevelSummary(LevelSettings pSettings, LevelVersion pLevelVersion, String pLevelId, boolean pRequiresManualConversion, boolean pLocked, boolean pExperimental, Path pIcon)  
 - 
 - 
Method Details
- 
getLevelId
 - 
getLevelName
 - 
getIcon
 - 
requiresManualConversion
public boolean requiresManualConversion() - 
isExperimental
public boolean isExperimental() - 
getLastPlayed
public long getLastPlayed() - 
compareTo
- Specified by:
 compareToin interfaceComparable<LevelSummary>
 - 
getSettings
 - 
getGameMode
 - 
isHardcore
public boolean isHardcore() - 
hasCommands
public boolean hasCommands() - 
getWorldVersionName
 - 
levelVersion
 - 
shouldBackup
public boolean shouldBackup() - 
isDowngrade
public boolean isDowngrade() - 
backupStatus
 - 
isLocked
public boolean isLocked() - 
isDisabled
public boolean isDisabled() - 
isCompatible
public boolean isCompatible() - 
getInfo
 - 
createInfo
 - 
 - 
primaryActionActive
public boolean primaryActionActive() - 
canUpload
public boolean canUpload() - 
canEdit
public boolean canEdit() - 
canRecreate
public boolean canRecreate() - 
canDelete
public boolean canDelete() 
 -