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$a
intermediary net/minecraft/class_5810$class_5811
named 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 EXPOSED
OXIDIZED
UNAFFECTED
WEATHERED
-
Constructor Summary
Constructors Modifier Constructor Description private
OxidizationLevel()
-
Method Summary
Modifier and Type Method Description static Oxidizable.OxidizationLevel
valueOf(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 a
Lcet$a;a:Lcet$a;
intermediary field_28704
Lnet/minecraft/class_5810$class_5811;field_28704:Lnet/minecraft/class_5810$class_5811;
named UNAFFECTED
Lnet/minecraft/block/Oxidizable$OxidizationLevel;UNAFFECTED:Lnet/minecraft/block/Oxidizable$OxidizationLevel;
-
EXPOSED
- Mappings:
Namespace Name Mixin selector official b
Lcet$a;b:Lcet$a;
intermediary field_28705
Lnet/minecraft/class_5810$class_5811;field_28705:Lnet/minecraft/class_5810$class_5811;
named EXPOSED
Lnet/minecraft/block/Oxidizable$OxidizationLevel;EXPOSED:Lnet/minecraft/block/Oxidizable$OxidizationLevel;
-
WEATHERED
- Mappings:
Namespace Name Mixin selector official c
Lcet$a;c:Lcet$a;
intermediary field_28706
Lnet/minecraft/class_5810$class_5811;field_28706:Lnet/minecraft/class_5810$class_5811;
named WEATHERED
Lnet/minecraft/block/Oxidizable$OxidizationLevel;WEATHERED:Lnet/minecraft/block/Oxidizable$OxidizationLevel;
-
OXIDIZED
- Mappings:
Namespace Name Mixin selector official d
Lcet$a;d:Lcet$a;
intermediary field_28707
Lnet/minecraft/class_5810$class_5811;field_28707:Lnet/minecraft/class_5810$class_5811;
named OXIDIZED
Lnet/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
-