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 official dyi$a
intermediary net/minecraft/class_31$class_7729
named net/minecraft/world/level/LevelProperties$SpecialProperty
-
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 official a
Ldyi$a;a:Ldyi$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
Deprecated.- Mappings:
Namespace Name Mixin selector official b
Ldyi$a;b:Ldyi$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
Deprecated.- Mappings:
Namespace Name Mixin selector official c
Ldyi$a;c:Ldyi$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
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
-