Package net.minecraft

Enum Class class_11520

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

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

    • CLOSE

      public static final class_11520 CLOSE
      Mappings:
      Namespace Name Mixin selector
      named CLOSE Lnet/minecraft/class_11520;CLOSE:Lnet/minecraft/class_11520;
      intermediary field_60962 Lnet/minecraft/class_11520;field_60962:Lnet/minecraft/class_11520;
      official a Laru;a:Laru;
    • NONE

      public static final class_11520 NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/class_11520;NONE:Lnet/minecraft/class_11520;
      intermediary field_60963 Lnet/minecraft/class_11520;field_60963:Lnet/minecraft/class_11520;
      official b Laru;b:Laru;
    • WAIT_FOR_RESPONSE

      public static final class_11520 WAIT_FOR_RESPONSE
      Mappings:
      Namespace Name Mixin selector
      named WAIT_FOR_RESPONSE Lnet/minecraft/class_11520;WAIT_FOR_RESPONSE:Lnet/minecraft/class_11520;
      intermediary field_60964 Lnet/minecraft/class_11520;field_60964:Lnet/minecraft/class_11520;
      official c Laru;c:Laru;
  • Field Details

    • field_60965

      public static final IntFunction<class_11520> field_60965
      Mappings:
      Namespace Name Mixin selector
      named field_60965 Lnet/minecraft/class_11520;field_60965:Ljava/util/function/IntFunction;
      intermediary field_60965 Lnet/minecraft/class_11520;field_60965:Ljava/util/function/IntFunction;
      official d Laru;d:Ljava/util/function/IntFunction;
    • field_60966

      public static final StringIdentifiable.EnumCodec<class_11520> field_60966
      Mappings:
      Namespace Name Mixin selector
      named field_60966 Lnet/minecraft/class_11520;field_60966:Lnet/minecraft/util/StringIdentifiable$EnumCodec;
      intermediary field_60966 Lnet/minecraft/class_11520;field_60966:Lnet/minecraft/class_3542$class_7292;
      official e Laru;e:Lbda$a;
    • field_60967

      public static final PacketCodec<ByteBuf,class_11520> field_60967
      Mappings:
      Namespace Name Mixin selector
      named field_60967 Lnet/minecraft/class_11520;field_60967:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_60967 Lnet/minecraft/class_11520;field_60967:Lnet/minecraft/class_9139;
      official f Laru;f:Lzm;
    • field_60968

      private final int field_60968
      Mappings:
      Namespace Name Mixin selector
      named field_60968 Lnet/minecraft/class_11520;field_60968:I
      intermediary field_60968 Lnet/minecraft/class_11520;field_60968:I
      official g Laru;g:I
    • field_60969

      private final String field_60969
      Mappings:
      Namespace Name Mixin selector
      named field_60969 Lnet/minecraft/class_11520;field_60969:Ljava/lang/String;
      intermediary field_60969 Lnet/minecraft/class_11520;field_60969:Ljava/lang/String;
      official h Laru;h:Ljava/lang/String;
  • Constructor Details

    • class_11520

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

    • values

      public static class_11520[] 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_11520 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 Lbda;c()Ljava/lang/String;
    • method_72063

      public boolean method_72063()
      Mappings:
      Namespace Name Mixin selector
      named method_72063 Lnet/minecraft/class_11520;method_72063()Z
      intermediary method_72063 Lnet/minecraft/class_11520;method_72063()Z
      official a Laru;a()Z