Package net.minecraft.block
Enum Oxidizable.OxidizationLevel
- All Implemented Interfaces:
Serializable,Comparable<Oxidizable.OxidizationLevel>,java.lang.constant.Constable
- Enclosing interface:
- Oxidizable
public static enum Oxidizable.OxidizationLevel extends Enum<Oxidizable.OxidizationLevel>
- Mappings:
Namespace Name official cet$aintermediary net/minecraft/class_5810$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 Enum Constant Description EXPOSEDOXIDIZEDUNAFFECTEDWEATHERED -
Constructor Summary
Constructors Modifier Constructor Description privateOxidizationLevel() -
Method Summary
Modifier and Type Method Description static Oxidizable.OxidizationLevelvalueOf(String name)Returns 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 aLcet$a;a:Lcet$a;intermediary field_28704Lnet/minecraft/class_5810$class_5811;field_28704:Lnet/minecraft/class_5810$class_5811;named UNAFFECTEDLnet/minecraft/block/Oxidizable$OxidizationLevel;UNAFFECTED:Lnet/minecraft/block/Oxidizable$OxidizationLevel;
-
EXPOSED
- Mappings:
Namespace Name Mixin selector official bLcet$a;b:Lcet$a;intermediary field_28705Lnet/minecraft/class_5810$class_5811;field_28705:Lnet/minecraft/class_5810$class_5811;named EXPOSEDLnet/minecraft/block/Oxidizable$OxidizationLevel;EXPOSED:Lnet/minecraft/block/Oxidizable$OxidizationLevel;
-
WEATHERED
- Mappings:
Namespace Name Mixin selector official cLcet$a;c:Lcet$a;intermediary field_28706Lnet/minecraft/class_5810$class_5811;field_28706:Lnet/minecraft/class_5810$class_5811;named WEATHEREDLnet/minecraft/block/Oxidizable$OxidizationLevel;WEATHERED:Lnet/minecraft/block/Oxidizable$OxidizationLevel;
-
OXIDIZED
- Mappings:
Namespace Name Mixin selector official dLcet$a;d:Lcet$a;intermediary field_28707Lnet/minecraft/class_5810$class_5811;field_28707:Lnet/minecraft/class_5810$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
-