Package net.minecraft

Enum Class class_11577

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

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

    • IDLE

      public static final class_11577 IDLE
      Mappings:
      Namespace Name Mixin selector
      named IDLE Lnet/minecraft/class_11577;IDLE:Lnet/minecraft/class_11577;
      intermediary field_61292 Lnet/minecraft/class_11577;field_61292:Lnet/minecraft/class_11577;
      official a Lcov;a:Lcov;
    • GETTING_ITEM

      public static final class_11577 GETTING_ITEM
      Mappings:
      Namespace Name Mixin selector
      named GETTING_ITEM Lnet/minecraft/class_11577;GETTING_ITEM:Lnet/minecraft/class_11577;
      intermediary field_61293 Lnet/minecraft/class_11577;field_61293:Lnet/minecraft/class_11577;
      official b Lcov;b:Lcov;
    • GETTING_NO_ITEM

      public static final class_11577 GETTING_NO_ITEM
      Mappings:
      Namespace Name Mixin selector
      named GETTING_NO_ITEM Lnet/minecraft/class_11577;GETTING_NO_ITEM:Lnet/minecraft/class_11577;
      intermediary field_61294 Lnet/minecraft/class_11577;field_61294:Lnet/minecraft/class_11577;
      official c Lcov;c:Lcov;
    • DROPPING_ITEM

      public static final class_11577 DROPPING_ITEM
      Mappings:
      Namespace Name Mixin selector
      named DROPPING_ITEM Lnet/minecraft/class_11577;DROPPING_ITEM:Lnet/minecraft/class_11577;
      intermediary field_61295 Lnet/minecraft/class_11577;field_61295:Lnet/minecraft/class_11577;
      official d Lcov;d:Lcov;
    • DROPPING_NO_ITEM

      public static final class_11577 DROPPING_NO_ITEM
      Mappings:
      Namespace Name Mixin selector
      named DROPPING_NO_ITEM Lnet/minecraft/class_11577;DROPPING_NO_ITEM:Lnet/minecraft/class_11577;
      intermediary field_61296 Lnet/minecraft/class_11577;field_61296:Lnet/minecraft/class_11577;
      official e Lcov;e:Lcov;
  • Field Details

    • field_61297

      public static final com.mojang.serialization.Codec<class_11577> field_61297
      Mappings:
      Namespace Name Mixin selector
      named field_61297 Lnet/minecraft/class_11577;field_61297:Lcom/mojang/serialization/Codec;
      intermediary field_61297 Lnet/minecraft/class_11577;field_61297:Lcom/mojang/serialization/Codec;
      official f Lcov;f:Lcom/mojang/serialization/Codec;
    • field_61299

      private static final IntFunction<class_11577> field_61299
      Mappings:
      Namespace Name Mixin selector
      named field_61299 Lnet/minecraft/class_11577;field_61299:Ljava/util/function/IntFunction;
      intermediary field_61299 Lnet/minecraft/class_11577;field_61299:Ljava/util/function/IntFunction;
      official h Lcov;h:Ljava/util/function/IntFunction;
    • field_61298

      public static final PacketCodec<ByteBuf,class_11577> field_61298
      Mappings:
      Namespace Name Mixin selector
      named field_61298 Lnet/minecraft/class_11577;field_61298:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_61298 Lnet/minecraft/class_11577;field_61298:Lnet/minecraft/class_9139;
      official g Lcov;g:Lzp;
    • field_61300

      private final String field_61300
      Mappings:
      Namespace Name Mixin selector
      named field_61300 Lnet/minecraft/class_11577;field_61300:Ljava/lang/String;
      intermediary field_61300 Lnet/minecraft/class_11577;field_61300:Ljava/lang/String;
      official i Lcov;i:Ljava/lang/String;
    • field_61301

      private final int field_61301
      Mappings:
      Namespace Name Mixin selector
      named field_61301 Lnet/minecraft/class_11577;field_61301:I
      intermediary field_61301 Lnet/minecraft/class_11577;field_61301:I
      official j Lcov;j:I
  • Constructor Details

    • class_11577

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

    • values

      public static class_11577[] 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_11577 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 Lbdh;c()Ljava/lang/String;
    • method_72494

      private int method_72494()
      Mappings:
      Namespace Name Mixin selector
      named method_72494 Lnet/minecraft/class_11577;method_72494()I
      intermediary method_72494 Lnet/minecraft/class_11577;method_72494()I
      official a Lcov;a()I