Package net.minecraft.block
Enum Class Oxidizable.OxidationLevel
- All Implemented Interfaces:
Serializable
,Comparable<Oxidizable.OxidationLevel>
,Constable
,StringIdentifiable
- Enclosing interface:
Oxidizable
public static enum Oxidizable.OxidationLevel
extends Enum<Oxidizable.OxidationLevel>
implements StringIdentifiable
- Mappings:
Namespace Name official dft$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>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Oxidizable.OxidationLevel>
private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.static 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
Ldft$a;a:Ldft$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
Ldft$a;b:Ldft$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
Ldft$a;c:Ldft$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
Ldft$a;d:Ldft$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;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official e
Ldft$a;e:Lcom/mojang/serialization/Codec;
intermediary field_46493
Lnet/minecraft/class_5955$class_5811;field_46493:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/block/Oxidizable$OxidationLevel;CODEC:Lcom/mojang/serialization/Codec;
-
id
- Mappings:
Namespace Name Mixin selector official f
Ldft$a;f:Ljava/lang/String;
intermediary field_46494
Lnet/minecraft/class_5955$class_5811;field_46494:Ljava/lang/String;
named id
Lnet/minecraft/block/Oxidizable$OxidationLevel;id:Ljava/lang/String;
-
-
Constructor Details
-
OxidationLevel
- Mappings:
Namespace Name Mixin selector official <init>
Ldft$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_5955$class_5811;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/block/Oxidizable$OxidationLevel;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Lavk;c()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-