Package net.minecraft
Enum Class class_10586.class_10587
- All Implemented Interfaces:
Serializable,Comparable<class_10586.class_10587>,Constable,StringIdentifiable
- Enclosing class:
class_10586
public static enum class_10586.class_10587
extends Enum<class_10586.class_10587>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/class_10586$class_10587intermediary net/minecraft/class_10586$class_10587official cih$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
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_10586.class_10587> static final PacketCodec<ByteBuf, class_10586.class_10587> private static final IntFunction<class_10586.class_10587> private final intprivate final StringFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.static class_10586.class_10587Returns the enum constant of this class with the specified name.static class_10586.class_10587[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NORMAL
- Mappings:
Namespace Name Mixin selector named NORMALLnet/minecraft/class_10586$class_10587;NORMAL:Lnet/minecraft/class_10586$class_10587;intermediary field_55688Lnet/minecraft/class_10586$class_10587;field_55688:Lnet/minecraft/class_10586$class_10587;official aLcih$a;a:Lcih$a;
-
COLD
- Mappings:
Namespace Name Mixin selector named COLDLnet/minecraft/class_10586$class_10587;COLD:Lnet/minecraft/class_10586$class_10587;intermediary field_55689Lnet/minecraft/class_10586$class_10587;field_55689:Lnet/minecraft/class_10586$class_10587;official bLcih$a;b:Lcih$a;
-
-
Field Details
-
field_55690
- Mappings:
Namespace Name Mixin selector named field_55690Lnet/minecraft/class_10586$class_10587;field_55690:Lcom/mojang/serialization/Codec;intermediary field_55690Lnet/minecraft/class_10586$class_10587;field_55690:Lcom/mojang/serialization/Codec;official cLcih$a;c:Lcom/mojang/serialization/Codec;
-
field_55692
- Mappings:
Namespace Name Mixin selector named field_55692Lnet/minecraft/class_10586$class_10587;field_55692:Ljava/util/function/IntFunction;intermediary field_55692Lnet/minecraft/class_10586$class_10587;field_55692:Ljava/util/function/IntFunction;official eLcih$a;e:Ljava/util/function/IntFunction;
-
field_55691
- Mappings:
Namespace Name Mixin selector named field_55691Lnet/minecraft/class_10586$class_10587;field_55691:Lnet/minecraft/network/codec/PacketCodec;intermediary field_55691Lnet/minecraft/class_10586$class_10587;field_55691:Lnet/minecraft/class_9139;official dLcih$a;d:Lyn;
-
field_55693
private final int field_55693- Mappings:
Namespace Name Mixin selector named field_55693Lnet/minecraft/class_10586$class_10587;field_55693:Iintermediary field_55693Lnet/minecraft/class_10586$class_10587;field_55693:Iofficial fLcih$a;f:I
-
field_55694
- Mappings:
Namespace Name Mixin selector named field_55694Lnet/minecraft/class_10586$class_10587;field_55694:Ljava/lang/String;intermediary field_55694Lnet/minecraft/class_10586$class_10587;field_55694:Ljava/lang/String;official gLcih$a;g:Ljava/lang/String;
-
-
Constructor Details
-
class_10587
-
-
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:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLazv;c()Ljava/lang/String;
-