Package net.minecraft

Enum Class class_10586.class_10587

java.lang.Object
java.lang.Enum<class_10586.class_10587>
net.minecraft.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_10587
intermediary net/minecraft/class_10586$class_10587
official cih$a
  • Enum Constant Details

    • NORMAL

      public static final class_10586.class_10587 NORMAL
      Mappings:
      Namespace Name Mixin selector
      named NORMAL Lnet/minecraft/class_10586$class_10587;NORMAL:Lnet/minecraft/class_10586$class_10587;
      intermediary field_55688 Lnet/minecraft/class_10586$class_10587;field_55688:Lnet/minecraft/class_10586$class_10587;
      official a Lcih$a;a:Lcih$a;
    • COLD

      public static final class_10586.class_10587 COLD
      Mappings:
      Namespace Name Mixin selector
      named COLD Lnet/minecraft/class_10586$class_10587;COLD:Lnet/minecraft/class_10586$class_10587;
      intermediary field_55689 Lnet/minecraft/class_10586$class_10587;field_55689:Lnet/minecraft/class_10586$class_10587;
      official b Lcih$a;b:Lcih$a;
  • Field Details

    • field_55690

      public static final com.mojang.serialization.Codec<class_10586.class_10587> field_55690
      Mappings:
      Namespace Name Mixin selector
      named field_55690 Lnet/minecraft/class_10586$class_10587;field_55690:Lcom/mojang/serialization/Codec;
      intermediary field_55690 Lnet/minecraft/class_10586$class_10587;field_55690:Lcom/mojang/serialization/Codec;
      official c Lcih$a;c:Lcom/mojang/serialization/Codec;
    • field_55692

      private static final IntFunction<class_10586.class_10587> field_55692
      Mappings:
      Namespace Name Mixin selector
      named field_55692 Lnet/minecraft/class_10586$class_10587;field_55692:Ljava/util/function/IntFunction;
      intermediary field_55692 Lnet/minecraft/class_10586$class_10587;field_55692:Ljava/util/function/IntFunction;
      official e Lcih$a;e:Ljava/util/function/IntFunction;
    • field_55691

      public static final PacketCodec<ByteBuf,class_10586.class_10587> field_55691
      Mappings:
      Namespace Name Mixin selector
      named field_55691 Lnet/minecraft/class_10586$class_10587;field_55691:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_55691 Lnet/minecraft/class_10586$class_10587;field_55691:Lnet/minecraft/class_9139;
      official d Lcih$a;d:Lyn;
    • field_55693

      private final int field_55693
      Mappings:
      Namespace Name Mixin selector
      named field_55693 Lnet/minecraft/class_10586$class_10587;field_55693:I
      intermediary field_55693 Lnet/minecraft/class_10586$class_10587;field_55693:I
      official f Lcih$a;f:I
    • field_55694

      private final String field_55694
      Mappings:
      Namespace Name Mixin selector
      named field_55694 Lnet/minecraft/class_10586$class_10587;field_55694:Ljava/lang/String;
      intermediary field_55694 Lnet/minecraft/class_10586$class_10587;field_55694:Ljava/lang/String;
      official g Lcih$a;g:Ljava/lang/String;
  • Constructor Details

    • class_10587

      private class_10587(int int2, String string)
  • Method Details

    • values

      public static class_10586.class_10587[] 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

      public static class_10586.class_10587 valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      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 Lazv;c()Ljava/lang/String;