Enum Class PrimaryLevelData.SpecialWorldProperty
java.lang.Object
java.lang.Enum<PrimaryLevelData.SpecialWorldProperty>
net.minecraft.world.level.storage.PrimaryLevelData.SpecialWorldProperty
- All Implemented Interfaces:
- Serializable,- Comparable<PrimaryLevelData.SpecialWorldProperty>,- Constable
- Enclosing class:
- PrimaryLevelData
@Deprecated
public static enum PrimaryLevelData.SpecialWorldProperty
extends Enum<PrimaryLevelData.SpecialWorldProperty>
Deprecated.
- 
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.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
NONEDeprecated.
- 
FLATDeprecated.
- 
DEBUGDeprecated.
 
- 
- 
Constructor Details- 
SpecialWorldPropertyprivate SpecialWorldProperty()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
 
 
-