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

public static enum LevelSummary.ConversionWarning extends Enum<LevelSummary.ConversionWarning>
Mappings:
Namespace Name
named net/minecraft/world/level/storage/LevelSummary$ConversionWarning
intermediary net/minecraft/class_34$class_5781
official epy$a
  • Enum Constant Details Link icon

    • NONE Link icon

      public static final LevelSummary.ConversionWarning NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;NONE:Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;
      intermediary field_28437 Lnet/minecraft/class_34$class_5781;field_28437:Lnet/minecraft/class_34$class_5781;
      official a Lepy$a;a:Lepy$a;
    • DOWNGRADE Link icon

      public static final LevelSummary.ConversionWarning DOWNGRADE
      Mappings:
      Namespace Name Mixin selector
      named DOWNGRADE Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;DOWNGRADE:Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;
      intermediary field_28438 Lnet/minecraft/class_34$class_5781;field_28438:Lnet/minecraft/class_34$class_5781;
      official b Lepy$a;b:Lepy$a;
    • UPGRADE_TO_SNAPSHOT Link icon

      public static final LevelSummary.ConversionWarning UPGRADE_TO_SNAPSHOT
      Mappings:
      Namespace Name Mixin selector
      named UPGRADE_TO_SNAPSHOT Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;UPGRADE_TO_SNAPSHOT:Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;
      intermediary field_28439 Lnet/minecraft/class_34$class_5781;field_28439:Lnet/minecraft/class_34$class_5781;
      official c Lepy$a;c:Lepy$a;
  • Field Details Link icon

    • backup Link icon

      private final boolean backup
      Mappings:
      Namespace Name Mixin selector
      named backup Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;backup:Z
      intermediary field_28440 Lnet/minecraft/class_34$class_5781;field_28440:Z
      official d Lepy$a;d:Z
    • dangerous Link icon

      private final boolean dangerous
      Mappings:
      Namespace Name Mixin selector
      named dangerous Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;dangerous:Z
      intermediary field_28441 Lnet/minecraft/class_34$class_5781;field_28441:Z
      official e Lepy$a;e:Z
    • translationKeySuffix Link icon

      private final String translationKeySuffix
      Mappings:
      Namespace Name Mixin selector
      named translationKeySuffix Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;translationKeySuffix:Ljava/lang/String;
      intermediary field_28442 Lnet/minecraft/class_34$class_5781;field_28442:Ljava/lang/String;
      official f Lepy$a;f:Ljava/lang/String;
  • Constructor Details Link icon

    • ConversionWarning Link icon

      private ConversionWarning(boolean backup, boolean dangerous, String translationKeySuffix)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;<init>(Ljava/lang/String;IZZLjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_34$class_5781;<init>(Ljava/lang/String;IZZLjava/lang/String;)V
      official <init> Lepy$a;<init>(Ljava/lang/String;IZZLjava/lang/String;)V
  • Method Details Link icon

    • values Link icon

      public static LevelSummary.ConversionWarning[] 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 Link icon

      public static LevelSummary.ConversionWarning valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • promptsBackup Link icon

      public boolean promptsBackup()
      Mappings:
      Namespace Name Mixin selector
      named promptsBackup Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;promptsBackup()Z
      intermediary method_33406 Lnet/minecraft/class_34$class_5781;method_33406()Z
      official a Lepy$a;a()Z
    • isDangerous Link icon

      public boolean isDangerous()
      Mappings:
      Namespace Name Mixin selector
      named isDangerous Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;isDangerous()Z
      intermediary method_33407 Lnet/minecraft/class_34$class_5781;method_33407()Z
      official b Lepy$a;b()Z
    • getTranslationKeySuffix Link icon

      public String getTranslationKeySuffix()
      Mappings:
      Namespace Name Mixin selector
      named getTranslationKeySuffix Lnet/minecraft/world/level/storage/LevelSummary$ConversionWarning;getTranslationKeySuffix()Ljava/lang/String;
      intermediary method_33408 Lnet/minecraft/class_34$class_5781;method_33408()Ljava/lang/String;
      official c Lepy$a;c()Ljava/lang/String;