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 - evk$a
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
NONEDeprecated.- 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- Levk$a;a:Levk$a;
 
- 
FLATDeprecated.- 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- Levk$a;b:Levk$a;
 
- 
DEBUGDeprecated.- 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- Levk$a;c:Levk$a;
 
 
- 
- 
Constructor Details- 
SpecialPropertyprivate SpecialProperty()Deprecated.
 
- 
- 
Method Details- 
valuesDeprecated.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
 
- 
valueOfDeprecated.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
 
 
-