Package net.minecraft.block
Enum Oxidizable.OxidizationLevel
- All Implemented Interfaces:
Serializable,Comparable<Oxidizable.OxidizationLevel>,java.lang.constant.Constable
- Enclosing interface:
- Oxidizable
- Mappings:
Namespace Name official cgx$aintermediary net/minecraft/class_5955$class_5811named net/minecraft/block/Oxidizable$OxidizationLevel
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Oxidizable.OxidizationLevelReturns the enum constant of this type with the specified name.static Oxidizable.OxidizationLevel[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNAFFECTED
- Mappings:
Namespace Name Mixin selector official aLcgx$a;a:Lcgx$a;intermediary field_28704Lnet/minecraft/class_5955$class_5811;field_28704:Lnet/minecraft/class_5955$class_5811;named UNAFFECTEDLnet/minecraft/block/Oxidizable$OxidizationLevel;UNAFFECTED:Lnet/minecraft/block/Oxidizable$OxidizationLevel;
-
EXPOSED
- Mappings:
Namespace Name Mixin selector official bLcgx$a;b:Lcgx$a;intermediary field_28705Lnet/minecraft/class_5955$class_5811;field_28705:Lnet/minecraft/class_5955$class_5811;named EXPOSEDLnet/minecraft/block/Oxidizable$OxidizationLevel;EXPOSED:Lnet/minecraft/block/Oxidizable$OxidizationLevel;
-
WEATHERED
- Mappings:
Namespace Name Mixin selector official cLcgx$a;c:Lcgx$a;intermediary field_28706Lnet/minecraft/class_5955$class_5811;field_28706:Lnet/minecraft/class_5955$class_5811;named WEATHEREDLnet/minecraft/block/Oxidizable$OxidizationLevel;WEATHERED:Lnet/minecraft/block/Oxidizable$OxidizationLevel;
-
OXIDIZED
- Mappings:
Namespace Name Mixin selector official dLcgx$a;d:Lcgx$a;intermediary field_28707Lnet/minecraft/class_5955$class_5811;field_28707:Lnet/minecraft/class_5955$class_5811;named OXIDIZEDLnet/minecraft/block/Oxidizable$OxidizationLevel;OXIDIZED:Lnet/minecraft/block/Oxidizable$OxidizationLevel;
-
-
Constructor Details
-
OxidizationLevel
private OxidizationLevel()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-