Package net.minecraft

Enum Class class_12122

java.lang.Object
java.lang.Enum<class_12122>
net.minecraft.class_12122
All Implemented Interfaces:
Serializable, Comparable<class_12122>, Constable, StringIdentifiable

public enum class_12122 extends Enum<class_12122> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/class_12122
intermediary net/minecraft/class_12122
official dku
  • Enum Constant Details

    • NONE

      public static final class_12122 NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/class_12122;NONE:Lnet/minecraft/class_12122;
      intermediary field_63398 Lnet/minecraft/class_12122;field_63398:Lnet/minecraft/class_12122;
      official a Ldku;a:Ldku;
    • WHACK

      public static final class_12122 WHACK
      Mappings:
      Namespace Name Mixin selector
      named WHACK Lnet/minecraft/class_12122;WHACK:Lnet/minecraft/class_12122;
      intermediary field_63399 Lnet/minecraft/class_12122;field_63399:Lnet/minecraft/class_12122;
      official b Ldku;b:Ldku;
    • STAB

      public static final class_12122 STAB
      Mappings:
      Namespace Name Mixin selector
      named STAB Lnet/minecraft/class_12122;STAB:Lnet/minecraft/class_12122;
      intermediary field_63400 Lnet/minecraft/class_12122;field_63400:Lnet/minecraft/class_12122;
      official c Ldku;c:Ldku;
  • Field Details

    • field_63403

      private static final IntFunction<class_12122> field_63403
      Mappings:
      Namespace Name Mixin selector
      named field_63403 Lnet/minecraft/class_12122;field_63403:Ljava/util/function/IntFunction;
      intermediary field_63403 Lnet/minecraft/class_12122;field_63403:Ljava/util/function/IntFunction;
      official f Ldku;f:Ljava/util/function/IntFunction;
    • CODEC

      public static final com.mojang.serialization.Codec<class_12122> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/class_12122;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_63401 Lnet/minecraft/class_12122;field_63401:Lcom/mojang/serialization/Codec;
      official d Ldku;d:Lcom/mojang/serialization/Codec;
    • field_63402

      public static final PacketCodec<ByteBuf,class_12122> field_63402
      Mappings:
      Namespace Name Mixin selector
      named field_63402 Lnet/minecraft/class_12122;field_63402:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_63402 Lnet/minecraft/class_12122;field_63402:Lnet/minecraft/class_9139;
      official e Ldku;e:Laat;
    • field_63404

      private final int field_63404
      Mappings:
      Namespace Name Mixin selector
      named field_63404 Lnet/minecraft/class_12122;field_63404:I
      intermediary field_63404 Lnet/minecraft/class_12122;field_63404:I
      official g Ldku;g:I
    • field_63405

      private final String field_63405
      Mappings:
      Namespace Name Mixin selector
      named field_63405 Lnet/minecraft/class_12122;field_63405:Ljava/lang/String;
      intermediary field_63405 Lnet/minecraft/class_12122;field_63405:Ljava/lang/String;
      official h Ldku;h:Ljava/lang/String;
  • Constructor Details

    • class_12122

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

    • values

      public static class_12122[] 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_12122 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
    • method_75226

      public int method_75226()
      Mappings:
      Namespace Name Mixin selector
      named method_75226 Lnet/minecraft/class_12122;method_75226()I
      intermediary method_75226 Lnet/minecraft/class_12122;method_75226()I
      official a Ldku;a()I
    • 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 Lbhi;c()Ljava/lang/String;