Enum Class LevelProperties.SpecialProperty

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

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

    • NONE

      public static final LevelProperties.SpecialProperty NONE
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official a Ldvi$a;a:Ldvi$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$SpecialProperty;NONE:Lnet/minecraft/world/level/LevelProperties$SpecialProperty;
    • FLAT

      public static final LevelProperties.SpecialProperty FLAT
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official b Ldvi$a;b:Ldvi$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$SpecialProperty;FLAT:Lnet/minecraft/world/level/LevelProperties$SpecialProperty;
    • DEBUG

      public static final LevelProperties.SpecialProperty DEBUG
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official c Ldvi$a;c:Ldvi$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$SpecialProperty;DEBUG:Lnet/minecraft/world/level/LevelProperties$SpecialProperty;
  • Constructor Details

    • SpecialProperty

      private SpecialProperty()
      Deprecated.
  • Method Details

    • values

      public static LevelProperties.SpecialProperty[] 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.SpecialProperty 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