Enum Class LevelProperties.class_7729

java.lang.Object
java.lang.Enum<LevelProperties.class_7729>
net.minecraft.world.level.LevelProperties.class_7729
All Implemented Interfaces:
Serializable, Comparable<LevelProperties.class_7729>, Constable
Enclosing class:
LevelProperties

@Deprecated public static enum LevelProperties.class_7729 extends Enum<LevelProperties.class_7729>
Deprecated.
Mappings:
Namespace Name
official dui$a
intermediary net/minecraft/class_31$class_7729
named net/minecraft/world/level/LevelProperties$class_7729
  • Enum Constant Details

    • NONE

      public static final LevelProperties.class_7729 NONE
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official a Ldui$a;a:Ldui$a;
      intermediary field_40373 Lnet/minecraft/class_31$class_7729;field_40373:Lnet/minecraft/class_31$class_7729;
      named NONE Lnet/minecraft/world/level/LevelProperties$class_7729;NONE:Lnet/minecraft/world/level/LevelProperties$class_7729;
    • FLAT

      public static final LevelProperties.class_7729 FLAT
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official b Ldui$a;b:Ldui$a;
      intermediary field_40374 Lnet/minecraft/class_31$class_7729;field_40374:Lnet/minecraft/class_31$class_7729;
      named FLAT Lnet/minecraft/world/level/LevelProperties$class_7729;FLAT:Lnet/minecraft/world/level/LevelProperties$class_7729;
    • DEBUG

      public static final LevelProperties.class_7729 DEBUG
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official c Ldui$a;c:Ldui$a;
      intermediary field_40375 Lnet/minecraft/class_31$class_7729;field_40375:Lnet/minecraft/class_31$class_7729;
      named DEBUG Lnet/minecraft/world/level/LevelProperties$class_7729;DEBUG:Lnet/minecraft/world/level/LevelProperties$class_7729;
  • Constructor Details

    • class_7729

      private class_7729()
      Deprecated.
  • Method Details

    • values

      public static LevelProperties.class_7729[] values()
      Deprecated.
      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

      public static LevelProperties.class_7729 valueOf(String name)
      Deprecated.
      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