yarn/mappings/net/minecraft/world/level/storage/LevelSummary.mapping

48 lines
2.1 KiB
Plaintext

CLASS net/minecraft/class_34 net/minecraft/world/level/storage/LevelSummary
FIELD field_205 name Ljava/lang/String;
FIELD field_209 requiresConversion Z
FIELD field_23772 locked Z
FIELD field_23773 file Ljava/io/File;
FIELD field_24191 details Lnet/minecraft/class_2561;
FIELD field_25022 levelInfo Lnet/minecraft/class_1940;
FIELD field_25023 versionInfo Lnet/minecraft/class_5315;
METHOD <init> (Lnet/minecraft/class_1940;Lnet/minecraft/class_5315;Ljava/lang/String;ZZLjava/io/File;)V
ARG 1 levelInfo
ARG 2 versionInfo
ARG 3 name
ARG 4 requiresConversion
ARG 5 locked
ARG 6 file
METHOD method_247 getGameMode ()Lnet/minecraft/class_1934;
METHOD method_248 getName ()Ljava/lang/String;
METHOD method_249 getLastPlayed ()J
METHOD method_252 getDisplayName ()Ljava/lang/String;
METHOD method_255 requiresConversion ()Z
METHOD method_256 isDifferentVersion ()Z
METHOD method_257 isHardcore ()Z
METHOD method_258 getVersion ()Lnet/minecraft/class_5250;
METHOD method_259 hasCheats ()Z
METHOD method_260 isFutureLevel ()Z
METHOD method_27020 getFile ()Ljava/io/File;
METHOD method_27021 isLocked ()Z
METHOD method_27429 getDetails ()Lnet/minecraft/class_2561;
METHOD method_27430 createDetails ()Lnet/minecraft/class_2561;
METHOD method_29586 getVersionInfo ()Lnet/minecraft/class_5315;
METHOD method_33405 getConversionWarning ()Lnet/minecraft/class_34$class_5781;
METHOD method_33783 isPreWorldHeightChangeVersion ()Z
COMMENT Returns whether the level is from a version before the world height was changed to -64 to 320.
COMMENT
COMMENT <p>This includes world versions {@code 2692} and earlier (21w05b and earlier).
METHOD method_33784 isUnavailable ()Z
CLASS class_5781 ConversionWarning
FIELD field_28440 backup Z
FIELD field_28441 boldRedFormatting Z
FIELD field_28442 translationKeySuffix Ljava/lang/String;
METHOD <init> (Ljava/lang/String;IZZLjava/lang/String;)V
ARG 3 backup
ARG 4 boldRedFormatting
ARG 5 translationKeySuffix
METHOD method_33406 promptsBackup ()Z
METHOD method_33407 needsBoldRedFormatting ()Z
METHOD method_33408 getTranslationKeySuffix ()Ljava/lang/String;