Package net.minecraft.block
Enum Class Oxidizable.OxidationLevel
- All Implemented Interfaces:
Serializable
,Comparable<Oxidizable.OxidationLevel>
,Constable
- Enclosing interface:
Oxidizable
- Mappings:
Namespace Name official cvn$a
intermediary net/minecraft/class_5955$class_5811
named net/minecraft/block/Oxidizable$OxidationLevel
-
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 TypeMethodDescriptionstatic Oxidizable.OxidationLevel
Returns the enum constant of this class with the specified name.static Oxidizable.OxidationLevel[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNAFFECTED
- Mappings:
Namespace Name Mixin selector official a
Lcvn$a;a:Lcvn$a;
intermediary field_28704
Lnet/minecraft/class_5955$class_5811;field_28704:Lnet/minecraft/class_5955$class_5811;
named UNAFFECTED
Lnet/minecraft/block/Oxidizable$OxidationLevel;UNAFFECTED:Lnet/minecraft/block/Oxidizable$OxidationLevel;
-
EXPOSED
- Mappings:
Namespace Name Mixin selector official b
Lcvn$a;b:Lcvn$a;
intermediary field_28705
Lnet/minecraft/class_5955$class_5811;field_28705:Lnet/minecraft/class_5955$class_5811;
named EXPOSED
Lnet/minecraft/block/Oxidizable$OxidationLevel;EXPOSED:Lnet/minecraft/block/Oxidizable$OxidationLevel;
-
WEATHERED
- Mappings:
Namespace Name Mixin selector official c
Lcvn$a;c:Lcvn$a;
intermediary field_28706
Lnet/minecraft/class_5955$class_5811;field_28706:Lnet/minecraft/class_5955$class_5811;
named WEATHERED
Lnet/minecraft/block/Oxidizable$OxidationLevel;WEATHERED:Lnet/minecraft/block/Oxidizable$OxidationLevel;
-
OXIDIZED
- Mappings:
Namespace Name Mixin selector official d
Lcvn$a;d:Lcvn$a;
intermediary field_28707
Lnet/minecraft/class_5955$class_5811;field_28707:Lnet/minecraft/class_5955$class_5811;
named OXIDIZED
Lnet/minecraft/block/Oxidizable$OxidationLevel;OXIDIZED:Lnet/minecraft/block/Oxidizable$OxidationLevel;
-
-
Constructor Details
-
OxidationLevel
private OxidationLevel()
-
-
Method Details
-
values
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
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
-