Class LevelSummary
java.lang.Object
net.minecraft.world.level.storage.LevelSummary
- All Implemented Interfaces:
- Comparable<LevelSummary>
- Direct Known Subclasses:
- LevelSummary.RecoveryWarning,- LevelSummary.SymlinkLevelSummary
- Mappings:
- Namespace - Name - named - net/minecraft/world/level/storage/LevelSummary- intermediary - net/minecraft/class_34- official - evh
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final booleanprivate final Pathprivate final LevelInfoprivate final booleanprivate final Stringprivate final booleanstatic final Textprivate final SaveVersionInfo
- 
Constructor SummaryConstructorsConstructorDescriptionLevelSummary(LevelInfo levelInfo, SaveVersionInfo versionInfo, String name, boolean requiresConversion, boolean locked, boolean experimental, Path iconPath) 
- 
Method SummaryModifier and TypeMethodDescriptionintcompareTo(LevelSummary levelSummary) private TextlonggetName()booleanbooleanbooleanbooleanbooleanbooleanbooleanisLocked()booleanbooleanbooleanbooleanbooleanbooleanboolean
- 
Field Details- 
SELECT_WORLD_TEXT- Mappings:
- Namespace - Name - Mixin selector - named - SELECT_WORLD_TEXT- Lnet/minecraft/world/level/storage/LevelSummary;SELECT_WORLD_TEXT:Lnet/minecraft/text/Text;- intermediary - field_46832- Lnet/minecraft/class_34;field_46832:Lnet/minecraft/class_2561;- official - a- Levh;a:Lwp;
 
- 
levelInfo- Mappings:
- Namespace - Name - Mixin selector - named - levelInfo- Lnet/minecraft/world/level/storage/LevelSummary;levelInfo:Lnet/minecraft/world/level/LevelInfo;- intermediary - field_25022- Lnet/minecraft/class_34;field_25022:Lnet/minecraft/class_1940;- official - b- Levh;b:Ldgn;
 
- 
versionInfo- Mappings:
- Namespace - Name - Mixin selector - named - versionInfo- Lnet/minecraft/world/level/storage/LevelSummary;versionInfo:Lnet/minecraft/world/level/storage/SaveVersionInfo;- intermediary - field_25023- Lnet/minecraft/class_34;field_25023:Lnet/minecraft/class_5315;- official - c- Levh;c:Levi;
 
- 
name- Mappings:
- Namespace - Name - Mixin selector - named - name- Lnet/minecraft/world/level/storage/LevelSummary;name:Ljava/lang/String;- intermediary - field_205- Lnet/minecraft/class_34;field_205:Ljava/lang/String;- official - d- Levh;d:Ljava/lang/String;
 
- 
requiresConversionprivate final boolean requiresConversion- Mappings:
- Namespace - Name - Mixin selector - named - requiresConversion- Lnet/minecraft/world/level/storage/LevelSummary;requiresConversion:Z- intermediary - field_209- Lnet/minecraft/class_34;field_209:Z- official - e- Levh;e:Z
 
- 
lockedprivate final boolean locked- Mappings:
- Namespace - Name - Mixin selector - named - locked- Lnet/minecraft/world/level/storage/LevelSummary;locked:Z- intermediary - field_23772- Lnet/minecraft/class_34;field_23772:Z- official - f- Levh;f:Z
 
- 
experimentalprivate final boolean experimental- Mappings:
- Namespace - Name - Mixin selector - named - experimental- Lnet/minecraft/world/level/storage/LevelSummary;experimental:Z- intermediary - field_40371- Lnet/minecraft/class_34;field_40371:Z- official - g- Levh;g:Z
 
- 
iconPath- Mappings:
- Namespace - Name - Mixin selector - named - iconPath- Lnet/minecraft/world/level/storage/LevelSummary;iconPath:Ljava/nio/file/Path;- intermediary - field_23773- Lnet/minecraft/class_34;field_23773:Ljava/nio/file/Path;- official - h- Levh;h:Ljava/nio/file/Path;
 
- 
details- Mappings:
- Namespace - Name - Mixin selector - named - details- Lnet/minecraft/world/level/storage/LevelSummary;details:Lnet/minecraft/text/Text;- intermediary - field_24191- Lnet/minecraft/class_34;field_24191:Lnet/minecraft/class_2561;- official - i- Levh;i:Lwp;
 
 
- 
- 
Constructor Details- 
LevelSummarypublic LevelSummary(LevelInfo levelInfo, SaveVersionInfo versionInfo, String name, boolean requiresConversion, boolean locked, boolean experimental, Path iconPath) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/level/storage/LevelSummary;<init>(Lnet/minecraft/world/level/LevelInfo;Lnet/minecraft/world/level/storage/SaveVersionInfo;Ljava/lang/String;ZZZLjava/nio/file/Path;)V- intermediary - <init>- Lnet/minecraft/class_34;<init>(Lnet/minecraft/class_1940;Lnet/minecraft/class_5315;Ljava/lang/String;ZZZLjava/nio/file/Path;)V- official - <init>- Levh;<init>(Ldgn;Levi;Ljava/lang/String;ZZZLjava/nio/file/Path;)V
 
 
- 
- 
Method Details- 
getName- Mappings:
- Namespace - Name - Mixin selector - named - getName- Lnet/minecraft/world/level/storage/LevelSummary;getName()Ljava/lang/String;- intermediary - method_248- Lnet/minecraft/class_34;method_248()Ljava/lang/String;- official - a- Levh;a()Ljava/lang/String;
 
- 
getDisplayName- Mappings:
- Namespace - Name - Mixin selector - named - getDisplayName- Lnet/minecraft/world/level/storage/LevelSummary;getDisplayName()Ljava/lang/String;- intermediary - method_252- Lnet/minecraft/class_34;method_252()Ljava/lang/String;- official - b- Levh;b()Ljava/lang/String;
 
- 
getIconPath- Mappings:
- Namespace - Name - Mixin selector - named - getIconPath- Lnet/minecraft/world/level/storage/LevelSummary;getIconPath()Ljava/nio/file/Path;- intermediary - method_27020- Lnet/minecraft/class_34;method_27020()Ljava/nio/file/Path;- official - c- Levh;c()Ljava/nio/file/Path;
 
- 
requiresConversionpublic boolean requiresConversion()- Mappings:
- Namespace - Name - Mixin selector - named - requiresConversion- Lnet/minecraft/world/level/storage/LevelSummary;requiresConversion()Z- intermediary - method_255- Lnet/minecraft/class_34;method_255()Z- official - d- Levh;d()Z
 
- 
isExperimentalpublic boolean isExperimental()- Mappings:
- Namespace - Name - Mixin selector - named - isExperimental- Lnet/minecraft/world/level/storage/LevelSummary;isExperimental()Z- intermediary - method_45554- Lnet/minecraft/class_34;method_45554()Z- official - e- Levh;e()Z
 
- 
getLastPlayedpublic long getLastPlayed()- Mappings:
- Namespace - Name - Mixin selector - named - getLastPlayed- Lnet/minecraft/world/level/storage/LevelSummary;getLastPlayed()J- intermediary - method_249- Lnet/minecraft/class_34;method_249()J- official - f- Levh;f()J
 
- 
compareTo- Specified by:
- compareToin interface- Comparable<LevelSummary>
- Mappings:
- Namespace - Name - Mixin selector - named - compareTo- Lnet/minecraft/world/level/storage/LevelSummary;compareTo(Lnet/minecraft/world/level/storage/LevelSummary;)I- intermediary - method_251- Lnet/minecraft/class_34;method_251(Lnet/minecraft/class_34;)I- official - a- Levh;a(Levh;)I
 
- 
getLevelInfo- Mappings:
- Namespace - Name - Mixin selector - named - getLevelInfo- Lnet/minecraft/world/level/storage/LevelSummary;getLevelInfo()Lnet/minecraft/world/level/LevelInfo;- intermediary - method_35505- Lnet/minecraft/class_34;method_35505()Lnet/minecraft/class_1940;- official - g- Levh;g()Ldgn;
 
- 
getGameMode- Mappings:
- Namespace - Name - Mixin selector - named - getGameMode- Lnet/minecraft/world/level/storage/LevelSummary;getGameMode()Lnet/minecraft/world/GameMode;- intermediary - method_247- Lnet/minecraft/class_34;method_247()Lnet/minecraft/class_1934;- official - h- Levh;h()Ldgg;
 
- 
isHardcorepublic boolean isHardcore()- Mappings:
- Namespace - Name - Mixin selector - named - isHardcore- Lnet/minecraft/world/level/storage/LevelSummary;isHardcore()Z- intermediary - method_257- Lnet/minecraft/class_34;method_257()Z- official - i- Levh;i()Z
 
- 
hasCheatspublic boolean hasCheats()- Mappings:
- Namespace - Name - Mixin selector - named - hasCheats- Lnet/minecraft/world/level/storage/LevelSummary;hasCheats()Z- intermediary - method_259- Lnet/minecraft/class_34;method_259()Z- official - j- Levh;j()Z
 
- 
getVersion- Mappings:
- Namespace - Name - Mixin selector - named - getVersion- Lnet/minecraft/world/level/storage/LevelSummary;getVersion()Lnet/minecraft/text/MutableText;- intermediary - method_258- Lnet/minecraft/class_34;method_258()Lnet/minecraft/class_5250;- official - k- Levh;k()Lxd;
 
- 
getVersionInfo- Mappings:
- Namespace - Name - Mixin selector - named - getVersionInfo- Lnet/minecraft/world/level/storage/LevelSummary;getVersionInfo()Lnet/minecraft/world/level/storage/SaveVersionInfo;- intermediary - method_29586- Lnet/minecraft/class_34;method_29586()Lnet/minecraft/class_5315;- official - l- Levh;l()Levi;
 
- 
shouldPromptBackuppublic boolean shouldPromptBackup()- Mappings:
- Namespace - Name - Mixin selector - named - shouldPromptBackup- Lnet/minecraft/world/level/storage/LevelSummary;shouldPromptBackup()Z- intermediary - method_54549- Lnet/minecraft/class_34;method_54549()Z- official - m- Levh;m()Z
 
- 
wouldBeDowngradedpublic boolean wouldBeDowngraded()- Mappings:
- Namespace - Name - Mixin selector - named - wouldBeDowngraded- Lnet/minecraft/world/level/storage/LevelSummary;wouldBeDowngraded()Z- intermediary - method_54550- Lnet/minecraft/class_34;method_54550()Z- official - n- Levh;n()Z
 
- 
getConversionWarning- Mappings:
- Namespace - Name - Mixin selector - named - getConversionWarning- Lnet/minecraft/world/level/storage/LevelSummary;getConversionWarning()Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;- intermediary - method_33405- Lnet/minecraft/class_34;method_33405()Lnet/minecraft/class_34$class_5781;- official - o- Levh;o()Levh$a;
 
- 
isLockedpublic boolean isLocked()- Mappings:
- Namespace - Name - Mixin selector - named - isLocked- Lnet/minecraft/world/level/storage/LevelSummary;isLocked()Z- intermediary - method_27021- Lnet/minecraft/class_34;method_27021()Z- official - p- Levh;p()Z
 
- 
isVersionAvailablepublic boolean isVersionAvailable()- Mappings:
- Namespace - Name - Mixin selector - named - isVersionAvailable- Lnet/minecraft/world/level/storage/LevelSummary;isVersionAvailable()Z- intermediary - method_38496- Lnet/minecraft/class_34;method_38496()Z- official - r- Levh;r()Z
 
- 
getDetails- Mappings:
- Namespace - Name - Mixin selector - named - getDetails- Lnet/minecraft/world/level/storage/LevelSummary;getDetails()Lnet/minecraft/text/Text;- intermediary - method_27429- Lnet/minecraft/class_34;method_27429()Lnet/minecraft/class_2561;- official - s- Levh;s()Lwp;
 
- 
createDetails- Mappings:
- Namespace - Name - Mixin selector - named - createDetails- Lnet/minecraft/world/level/storage/LevelSummary;createDetails()Lnet/minecraft/text/Text;- intermediary - method_27430- Lnet/minecraft/class_34;method_27430()Lnet/minecraft/class_2561;- official - z- Levh;z()Lwp;
 
- 
getSelectWorldText- Mappings:
- Namespace - Name - Mixin selector - named - getSelectWorldText- Lnet/minecraft/world/level/storage/LevelSummary;getSelectWorldText()Lnet/minecraft/text/Text;- intermediary - method_54551- Lnet/minecraft/class_34;method_54551()Lnet/minecraft/class_2561;- official - t- Levh;t()Lwp;
 
- 
isSelectablepublic boolean isSelectable()- Mappings:
- Namespace - Name - Mixin selector - named - isSelectable- Lnet/minecraft/world/level/storage/LevelSummary;isSelectable()Z- intermediary - method_54552- Lnet/minecraft/class_34;method_54552()Z- official - u- Levh;u()Z
 
- 
isImmediatelyLoadablepublic boolean isImmediatelyLoadable()- Mappings:
- Namespace - Name - Mixin selector - named - isImmediatelyLoadable- Lnet/minecraft/world/level/storage/LevelSummary;isImmediatelyLoadable()Z- intermediary - method_56127- Lnet/minecraft/class_34;method_56127()Z- official - v- Levh;v()Z
 
- 
isEditablepublic boolean isEditable()- Mappings:
- Namespace - Name - Mixin selector - named - isEditable- Lnet/minecraft/world/level/storage/LevelSummary;isEditable()Z- intermediary - method_54553- Lnet/minecraft/class_34;method_54553()Z- official - w- Levh;w()Z
 
- 
isRecreatablepublic boolean isRecreatable()- Mappings:
- Namespace - Name - Mixin selector - named - isRecreatable- Lnet/minecraft/world/level/storage/LevelSummary;isRecreatable()Z- intermediary - method_54554- Lnet/minecraft/class_34;method_54554()Z- official - x- Levh;x()Z
 
- 
isDeletablepublic boolean isDeletable()- Mappings:
- Namespace - Name - Mixin selector - named - isDeletable- Lnet/minecraft/world/level/storage/LevelSummary;isDeletable()Z- intermediary - method_54555- Lnet/minecraft/class_34;method_54555()Z- official - y- Levh;y()Z
 
 
-