Enum Class LevelSummary.ConversionWarning
java.lang.Object
java.lang.Enum<LevelSummary.ConversionWarning>
net.minecraft.world.level.storage.LevelSummary.ConversionWarning
- All Implemented Interfaces:
Serializable,Comparable<LevelSummary.ConversionWarning>,Constable
- Enclosing class:
LevelSummary
- Mappings:
Namespace Name named net/minecraft/world/level/storage/LevelSummary$ConversionWarningintermediary net/minecraft/class_34$class_5781official fai$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final booleanprivate final String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateConversionWarning(boolean backup, boolean dangerous, String translationKeySuffix) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanReturns the enum constant of this class with the specified name.static LevelSummary.ConversionWarning[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector named NONELnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;NONE:Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;intermediary field_28437Lnet/minecraft/class_34$class_5781;field_28437:Lnet/minecraft/class_34$class_5781;official aLfai$a;a:Lfai$a;
-
DOWNGRADE
- Mappings:
Namespace Name Mixin selector named DOWNGRADELnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;DOWNGRADE:Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;intermediary field_28438Lnet/minecraft/class_34$class_5781;field_28438:Lnet/minecraft/class_34$class_5781;official bLfai$a;b:Lfai$a;
-
UPGRADE_TO_SNAPSHOT
- Mappings:
Namespace Name Mixin selector named UPGRADE_TO_SNAPSHOTLnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;UPGRADE_TO_SNAPSHOT:Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;intermediary field_28439Lnet/minecraft/class_34$class_5781;field_28439:Lnet/minecraft/class_34$class_5781;official cLfai$a;c:Lfai$a;
-
-
Field Details
-
backup
private final boolean backup- Mappings:
Namespace Name Mixin selector named backupLnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;backup:Zintermediary field_28440Lnet/minecraft/class_34$class_5781;field_28440:Zofficial dLfai$a;d:Z
-
dangerous
private final boolean dangerous- Mappings:
Namespace Name Mixin selector named dangerousLnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;dangerous:Zintermediary field_28441Lnet/minecraft/class_34$class_5781;field_28441:Zofficial eLfai$a;e:Z
-
translationKeySuffix
- Mappings:
Namespace Name Mixin selector named translationKeySuffixLnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;translationKeySuffix:Ljava/lang/String;intermediary field_28442Lnet/minecraft/class_34$class_5781;field_28442:Ljava/lang/String;official fLfai$a;f:Ljava/lang/String;
-
-
Constructor Details
-
ConversionWarning
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;<init>(Ljava/lang/String;IZZLjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_34$class_5781;<init>(Ljava/lang/String;IZZLjava/lang/String;)Vofficial <init>Lfai$a;<init>(Ljava/lang/String;IZZLjava/lang/String;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
promptsBackup
public boolean promptsBackup()- Mappings:
Namespace Name Mixin selector named promptsBackupLnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;promptsBackup()Zintermediary method_33406Lnet/minecraft/class_34$class_5781;method_33406()Zofficial aLfai$a;a()Z
-
isDangerous
public boolean isDangerous()- Mappings:
Namespace Name Mixin selector named isDangerousLnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;isDangerous()Zintermediary method_33407Lnet/minecraft/class_34$class_5781;method_33407()Zofficial bLfai$a;b()Z
-
getTranslationKeySuffix
- Mappings:
Namespace Name Mixin selector named getTranslationKeySuffixLnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;getTranslationKeySuffix()Ljava/lang/String;intermediary method_33408Lnet/minecraft/class_34$class_5781;method_33408()Ljava/lang/String;official cLfai$a;c()Ljava/lang/String;
-