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 - official - drr$a- intermediary - net/minecraft/class_34$class_5781- named - net/minecraft/world/level/storage/LevelSummary$ConversionWarning
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final booleanprivate final booleanprivate final String
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateConversionWarning(boolean backup, boolean boldRedFormatting, String translationKeySuffix) 
- 
Method SummaryModifier 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 - official - a- Ldrr$a;a:Ldrr$a;- intermediary - field_28437- Lnet/minecraft/class_34$class_5781;field_28437:Lnet/minecraft/class_34$class_5781;- named - NONE- Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;NONE:Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;
 
- 
DOWNGRADE- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldrr$a;b:Ldrr$a;- intermediary - field_28438- Lnet/minecraft/class_34$class_5781;field_28438:Lnet/minecraft/class_34$class_5781;- named - DOWNGRADE- Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;DOWNGRADE:Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;
 
- 
UPGRADE_TO_SNAPSHOT- Mappings:
- Namespace - Name - Mixin selector - official - c- Ldrr$a;c:Ldrr$a;- intermediary - field_28439- Lnet/minecraft/class_34$class_5781;field_28439:Lnet/minecraft/class_34$class_5781;- named - UPGRADE_TO_SNAPSHOT- Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;UPGRADE_TO_SNAPSHOT:Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;
 
 
- 
- 
Field Details- 
backupprivate final boolean backup- Mappings:
- Namespace - Name - Mixin selector - official - d- Ldrr$a;d:Z- intermediary - field_28440- Lnet/minecraft/class_34$class_5781;field_28440:Z- named - backup- Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;backup:Z
 
- 
boldRedFormattingprivate final boolean boldRedFormatting- Mappings:
- Namespace - Name - Mixin selector - official - e- Ldrr$a;e:Z- intermediary - field_28441- Lnet/minecraft/class_34$class_5781;field_28441:Z- named - boldRedFormatting- Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;boldRedFormatting:Z
 
- 
translationKeySuffix- Mappings:
- Namespace - Name - Mixin selector - official - f- Ldrr$a;f:Ljava/lang/String;- intermediary - field_28442- Lnet/minecraft/class_34$class_5781;field_28442:Ljava/lang/String;- named - translationKeySuffix- Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;translationKeySuffix:Ljava/lang/String;
 
 
- 
- 
Constructor Details- 
ConversionWarning- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldrr$a;<init>(Ljava/lang/String;IZZLjava/lang/String;)V- intermediary - <init>- Lnet/minecraft/class_34$class_5781;<init>(Ljava/lang/String;IZZLjava/lang/String;)V- named - <init>- Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;<init>(Ljava/lang/String;IZZLjava/lang/String;)V
 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
promptsBackuppublic boolean promptsBackup()- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldrr$a;a()Z- intermediary - method_33406- Lnet/minecraft/class_34$class_5781;method_33406()Z- named - promptsBackup- Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;promptsBackup()Z
 
- 
needsBoldRedFormattingpublic boolean needsBoldRedFormatting()- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldrr$a;b()Z- intermediary - method_33407- Lnet/minecraft/class_34$class_5781;method_33407()Z- named - needsBoldRedFormatting- Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;needsBoldRedFormatting()Z
 
- 
getTranslationKeySuffix- Mappings:
- Namespace - Name - Mixin selector - official - c- Ldrr$a;c()Ljava/lang/String;- intermediary - method_33408- Lnet/minecraft/class_34$class_5781;method_33408()Ljava/lang/String;- named - getTranslationKeySuffix- Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;getTranslationKeySuffix()Ljava/lang/String;
 
 
-