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 official egn
intermediary net/minecraft/class_34
named net/minecraft/world/level/storage/LevelSummary
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
private final Path
private final LevelInfo
private final boolean
private final String
private final boolean
static final Text
private final SaveVersionInfo
-
Constructor Summary
ConstructorDescriptionLevelSummary
(LevelInfo levelInfo, SaveVersionInfo versionInfo, String name, boolean requiresConversion, boolean locked, boolean experimental, Path iconPath) -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(LevelSummary levelSummary) private Text
long
getName()
boolean
boolean
boolean
boolean
boolean
boolean
isLocked()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Field Details
-
SELECT_WORLD_TEXT
- Mappings:
Namespace Name Mixin selector official a
Legn;a:Lvf;
intermediary field_46832
Lnet/minecraft/class_34;field_46832:Lnet/minecraft/class_2561;
named SELECT_WORLD_TEXT
Lnet/minecraft/world/level/storage/LevelSummary;SELECT_WORLD_TEXT:Lnet/minecraft/text/Text;
-
levelInfo
- Mappings:
Namespace Name Mixin selector official b
Legn;b:Lctt;
intermediary field_25022
Lnet/minecraft/class_34;field_25022:Lnet/minecraft/class_1940;
named levelInfo
Lnet/minecraft/world/level/storage/LevelSummary;levelInfo:Lnet/minecraft/world/level/LevelInfo;
-
versionInfo
- Mappings:
Namespace Name Mixin selector official c
Legn;c:Lego;
intermediary field_25023
Lnet/minecraft/class_34;field_25023:Lnet/minecraft/class_5315;
named versionInfo
Lnet/minecraft/world/level/storage/LevelSummary;versionInfo:Lnet/minecraft/world/level/storage/SaveVersionInfo;
-
name
- Mappings:
Namespace Name Mixin selector official d
Legn;d:Ljava/lang/String;
intermediary field_205
Lnet/minecraft/class_34;field_205:Ljava/lang/String;
named name
Lnet/minecraft/world/level/storage/LevelSummary;name:Ljava/lang/String;
-
requiresConversion
private final boolean requiresConversion- Mappings:
Namespace Name Mixin selector official e
Legn;e:Z
intermediary field_209
Lnet/minecraft/class_34;field_209:Z
named requiresConversion
Lnet/minecraft/world/level/storage/LevelSummary;requiresConversion:Z
-
locked
private final boolean locked- Mappings:
Namespace Name Mixin selector official f
Legn;f:Z
intermediary field_23772
Lnet/minecraft/class_34;field_23772:Z
named locked
Lnet/minecraft/world/level/storage/LevelSummary;locked:Z
-
experimental
private final boolean experimental- Mappings:
Namespace Name Mixin selector official g
Legn;g:Z
intermediary field_40371
Lnet/minecraft/class_34;field_40371:Z
named experimental
Lnet/minecraft/world/level/storage/LevelSummary;experimental:Z
-
iconPath
- Mappings:
Namespace Name Mixin selector official h
Legn;h:Ljava/nio/file/Path;
intermediary field_23773
Lnet/minecraft/class_34;field_23773:Ljava/nio/file/Path;
named iconPath
Lnet/minecraft/world/level/storage/LevelSummary;iconPath:Ljava/nio/file/Path;
-
details
- Mappings:
Namespace Name Mixin selector official i
Legn;i:Lvf;
intermediary field_24191
Lnet/minecraft/class_34;field_24191:Lnet/minecraft/class_2561;
named details
Lnet/minecraft/world/level/storage/LevelSummary;details:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
LevelSummary
public LevelSummary(LevelInfo levelInfo, SaveVersionInfo versionInfo, String name, boolean requiresConversion, boolean locked, boolean experimental, Path iconPath) - Mappings:
Namespace Name Mixin selector official <init>
Legn;<init>(Lctt;Lego;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
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
-
-
Method Details
-
getName
- Mappings:
Namespace Name Mixin selector official a
Legn;a()Ljava/lang/String;
intermediary method_248
Lnet/minecraft/class_34;method_248()Ljava/lang/String;
named getName
Lnet/minecraft/world/level/storage/LevelSummary;getName()Ljava/lang/String;
-
getDisplayName
- Mappings:
Namespace Name Mixin selector official b
Legn;b()Ljava/lang/String;
intermediary method_252
Lnet/minecraft/class_34;method_252()Ljava/lang/String;
named getDisplayName
Lnet/minecraft/world/level/storage/LevelSummary;getDisplayName()Ljava/lang/String;
-
getIconPath
- Mappings:
Namespace Name Mixin selector official c
Legn;c()Ljava/nio/file/Path;
intermediary method_27020
Lnet/minecraft/class_34;method_27020()Ljava/nio/file/Path;
named getIconPath
Lnet/minecraft/world/level/storage/LevelSummary;getIconPath()Ljava/nio/file/Path;
-
requiresConversion
public boolean requiresConversion()- Mappings:
Namespace Name Mixin selector official d
Legn;d()Z
intermediary method_255
Lnet/minecraft/class_34;method_255()Z
named requiresConversion
Lnet/minecraft/world/level/storage/LevelSummary;requiresConversion()Z
-
isExperimental
public boolean isExperimental()- Mappings:
Namespace Name Mixin selector official e
Legn;e()Z
intermediary method_45554
Lnet/minecraft/class_34;method_45554()Z
named isExperimental
Lnet/minecraft/world/level/storage/LevelSummary;isExperimental()Z
-
getLastPlayed
public long getLastPlayed()- Mappings:
Namespace Name Mixin selector official f
Legn;f()J
intermediary method_249
Lnet/minecraft/class_34;method_249()J
named getLastPlayed
Lnet/minecraft/world/level/storage/LevelSummary;getLastPlayed()J
-
compareTo
- Specified by:
compareTo
in interfaceComparable<LevelSummary>
- Mappings:
Namespace Name Mixin selector official a
Legn;a(Legn;)I
intermediary method_251
Lnet/minecraft/class_34;method_251(Lnet/minecraft/class_34;)I
named compareTo
Lnet/minecraft/world/level/storage/LevelSummary;compareTo(Lnet/minecraft/world/level/storage/LevelSummary;)I
-
getLevelInfo
- Mappings:
Namespace Name Mixin selector official g
Legn;g()Lctt;
intermediary method_35505
Lnet/minecraft/class_34;method_35505()Lnet/minecraft/class_1940;
named getLevelInfo
Lnet/minecraft/world/level/storage/LevelSummary;getLevelInfo()Lnet/minecraft/world/level/LevelInfo;
-
getGameMode
- Mappings:
Namespace Name Mixin selector official h
Legn;h()Lctm;
intermediary method_247
Lnet/minecraft/class_34;method_247()Lnet/minecraft/class_1934;
named getGameMode
Lnet/minecraft/world/level/storage/LevelSummary;getGameMode()Lnet/minecraft/world/GameMode;
-
isHardcore
public boolean isHardcore()- Mappings:
Namespace Name Mixin selector official i
Legn;i()Z
intermediary method_257
Lnet/minecraft/class_34;method_257()Z
named isHardcore
Lnet/minecraft/world/level/storage/LevelSummary;isHardcore()Z
-
hasCheats
public boolean hasCheats()- Mappings:
Namespace Name Mixin selector official j
Legn;j()Z
intermediary method_259
Lnet/minecraft/class_34;method_259()Z
named hasCheats
Lnet/minecraft/world/level/storage/LevelSummary;hasCheats()Z
-
getVersion
- Mappings:
Namespace Name Mixin selector official k
Legn;k()Lvt;
intermediary method_258
Lnet/minecraft/class_34;method_258()Lnet/minecraft/class_5250;
named getVersion
Lnet/minecraft/world/level/storage/LevelSummary;getVersion()Lnet/minecraft/text/MutableText;
-
getVersionInfo
- Mappings:
Namespace Name Mixin selector official l
Legn;l()Lego;
intermediary method_29586
Lnet/minecraft/class_34;method_29586()Lnet/minecraft/class_5315;
named getVersionInfo
Lnet/minecraft/world/level/storage/LevelSummary;getVersionInfo()Lnet/minecraft/world/level/storage/SaveVersionInfo;
-
shouldPromptBackup
public boolean shouldPromptBackup()- Mappings:
Namespace Name Mixin selector official m
Legn;m()Z
intermediary method_54549
Lnet/minecraft/class_34;method_54549()Z
named shouldPromptBackup
Lnet/minecraft/world/level/storage/LevelSummary;shouldPromptBackup()Z
-
wouldBeDowngraded
public boolean wouldBeDowngraded()- Mappings:
Namespace Name Mixin selector official n
Legn;n()Z
intermediary method_54550
Lnet/minecraft/class_34;method_54550()Z
named wouldBeDowngraded
Lnet/minecraft/world/level/storage/LevelSummary;wouldBeDowngraded()Z
-
getConversionWarning
- Mappings:
Namespace Name Mixin selector official o
Legn;o()Legn$a;
intermediary method_33405
Lnet/minecraft/class_34;method_33405()Lnet/minecraft/class_34$class_5781;
named getConversionWarning
Lnet/minecraft/world/level/storage/LevelSummary;getConversionWarning()Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;
-
isLocked
public boolean isLocked()- Mappings:
Namespace Name Mixin selector official p
Legn;p()Z
intermediary method_27021
Lnet/minecraft/class_34;method_27021()Z
named isLocked
Lnet/minecraft/world/level/storage/LevelSummary;isLocked()Z
-
isVersionAvailable
public boolean isVersionAvailable()- Mappings:
Namespace Name Mixin selector official r
Legn;r()Z
intermediary method_38496
Lnet/minecraft/class_34;method_38496()Z
named isVersionAvailable
Lnet/minecraft/world/level/storage/LevelSummary;isVersionAvailable()Z
-
getDetails
- Mappings:
Namespace Name Mixin selector official s
Legn;s()Lvf;
intermediary method_27429
Lnet/minecraft/class_34;method_27429()Lnet/minecraft/class_2561;
named getDetails
Lnet/minecraft/world/level/storage/LevelSummary;getDetails()Lnet/minecraft/text/Text;
-
createDetails
- Mappings:
Namespace Name Mixin selector official y
Legn;y()Lvf;
intermediary method_27430
Lnet/minecraft/class_34;method_27430()Lnet/minecraft/class_2561;
named createDetails
Lnet/minecraft/world/level/storage/LevelSummary;createDetails()Lnet/minecraft/text/Text;
-
getSelectWorldText
- Mappings:
Namespace Name Mixin selector official t
Legn;t()Lvf;
intermediary method_54551
Lnet/minecraft/class_34;method_54551()Lnet/minecraft/class_2561;
named getSelectWorldText
Lnet/minecraft/world/level/storage/LevelSummary;getSelectWorldText()Lnet/minecraft/text/Text;
-
isSelectable
public boolean isSelectable()- Mappings:
Namespace Name Mixin selector official u
Legn;u()Z
intermediary method_54552
Lnet/minecraft/class_34;method_54552()Z
named isSelectable
Lnet/minecraft/world/level/storage/LevelSummary;isSelectable()Z
-
isEditable
public boolean isEditable()- Mappings:
Namespace Name Mixin selector official v
Legn;v()Z
intermediary method_54553
Lnet/minecraft/class_34;method_54553()Z
named isEditable
Lnet/minecraft/world/level/storage/LevelSummary;isEditable()Z
-
isRecreatable
public boolean isRecreatable()- Mappings:
Namespace Name Mixin selector official w
Legn;w()Z
intermediary method_54554
Lnet/minecraft/class_34;method_54554()Z
named isRecreatable
Lnet/minecraft/world/level/storage/LevelSummary;isRecreatable()Z
-
isDeletable
public boolean isDeletable()- Mappings:
Namespace Name Mixin selector official x
Legn;x()Z
intermediary method_54555
Lnet/minecraft/class_34;method_54555()Z
named isDeletable
Lnet/minecraft/world/level/storage/LevelSummary;isDeletable()Z
-