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 named net/minecraft/block/Oxidizable$OxidationLevel
intermediary net/minecraft/class_5955$class_5811
official dog$a
-
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 named UNAFFECTED
Lnet/minecraft/block/Oxidizable$OxidationLevel;UNAFFECTED:Lnet/minecraft/block/Oxidizable$OxidationLevel;
intermediary field_28704
Lnet/minecraft/class_5955$class_5811;field_28704:Lnet/minecraft/class_5955$class_5811;
official a
Ldog$a;a:Ldog$a;
-
EXPOSED
- Mappings:
Namespace Name Mixin selector named EXPOSED
Lnet/minecraft/block/Oxidizable$OxidationLevel;EXPOSED:Lnet/minecraft/block/Oxidizable$OxidationLevel;
intermediary field_28705
Lnet/minecraft/class_5955$class_5811;field_28705:Lnet/minecraft/class_5955$class_5811;
official b
Ldog$a;b:Ldog$a;
-
WEATHERED
- Mappings:
Namespace Name Mixin selector named WEATHERED
Lnet/minecraft/block/Oxidizable$OxidationLevel;WEATHERED:Lnet/minecraft/block/Oxidizable$OxidationLevel;
intermediary field_28706
Lnet/minecraft/class_5955$class_5811;field_28706:Lnet/minecraft/class_5955$class_5811;
official c
Ldog$a;c:Ldog$a;
-
OXIDIZED
- Mappings:
Namespace Name Mixin selector named OXIDIZED
Lnet/minecraft/block/Oxidizable$OxidationLevel;OXIDIZED:Lnet/minecraft/block/Oxidizable$OxidationLevel;
intermediary field_28707
Lnet/minecraft/class_5955$class_5811;field_28707:Lnet/minecraft/class_5955$class_5811;
official d
Ldog$a;d:Ldog$a;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/block/Oxidizable$OxidationLevel;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_46493
Lnet/minecraft/class_5955$class_5811;field_46493:Lcom/mojang/serialization/Codec;
official e
Ldog$a;e:Lcom/mojang/serialization/Codec;
-
id
- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/block/Oxidizable$OxidationLevel;id:Ljava/lang/String;
intermediary field_46494
Lnet/minecraft/class_5955$class_5811;field_46494:Ljava/lang/String;
official f
Ldog$a;f:Ljava/lang/String;
-
-
Constructor Details
-
OxidationLevel
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/block/Oxidizable$OxidationLevel;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_5955$class_5811;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Ldog$a;<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 named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazu;c()Ljava/lang/String;
-