Package net.minecraft.world.level
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 named net/minecraft/world/level/LevelProperties$SpecialProperty
intermediary net/minecraft/class_31$class_7729
official eqc$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the enum constant of this class with the specified name.static LevelProperties.SpecialProperty[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
Deprecated.- Mappings:
Namespace Name Mixin selector named NONE
Lnet/minecraft/world/level/LevelProperties$SpecialProperty;NONE:Lnet/minecraft/world/level/LevelProperties$SpecialProperty;
intermediary field_40373
Lnet/minecraft/class_31$class_7729;field_40373:Lnet/minecraft/class_31$class_7729;
official a
Leqc$a;a:Leqc$a;
-
FLAT
Deprecated.- Mappings:
Namespace Name Mixin selector named FLAT
Lnet/minecraft/world/level/LevelProperties$SpecialProperty;FLAT:Lnet/minecraft/world/level/LevelProperties$SpecialProperty;
intermediary field_40374
Lnet/minecraft/class_31$class_7729;field_40374:Lnet/minecraft/class_31$class_7729;
official b
Leqc$a;b:Leqc$a;
-
DEBUG
Deprecated.- Mappings:
Namespace Name Mixin selector named DEBUG
Lnet/minecraft/world/level/LevelProperties$SpecialProperty;DEBUG:Lnet/minecraft/world/level/LevelProperties$SpecialProperty;
intermediary field_40375
Lnet/minecraft/class_31$class_7729;field_40375:Lnet/minecraft/class_31$class_7729;
official c
Leqc$a;c:Leqc$a;
-
-
Constructor Details
-
SpecialProperty
private SpecialProperty()Deprecated.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-