Package net.minecraft

Enum Class class_10976.class_10978

java.lang.Object
java.lang.Enum<class_10976.class_10978>
net.minecraft.class_10976.class_10978
All Implemented Interfaces:
Serializable, Comparable<class_10976.class_10978>, Constable, StringIdentifiable
Enclosing class:
class_10976

public static enum class_10976.class_10978 extends Enum<class_10976.class_10978> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/class_10976$class_10978
intermediary net/minecraft/class_10976$class_10978
official awy$b
  • Enum Constant Details

    • VISIBLE

      public static final class_10976.class_10978 VISIBLE
      Mappings:
      Namespace Name Mixin selector
      named VISIBLE Lnet/minecraft/class_10976$class_10978;VISIBLE:Lnet/minecraft/class_10976$class_10978;
      intermediary field_58353 Lnet/minecraft/class_10976$class_10978;field_58353:Lnet/minecraft/class_10976$class_10978;
      official a Lawy$b;a:Lawy$b;
    • INVISIBLE

      public static final class_10976.class_10978 INVISIBLE
      Mappings:
      Namespace Name Mixin selector
      named INVISIBLE Lnet/minecraft/class_10976$class_10978;INVISIBLE:Lnet/minecraft/class_10976$class_10978;
      intermediary field_58354 Lnet/minecraft/class_10976$class_10978;field_58354:Lnet/minecraft/class_10976$class_10978;
      official b Lawy$b;b:Lawy$b;
    • MYSTERY

      public static final class_10976.class_10978 MYSTERY
      Mappings:
      Namespace Name Mixin selector
      named MYSTERY Lnet/minecraft/class_10976$class_10978;MYSTERY:Lnet/minecraft/class_10976$class_10978;
      intermediary field_58355 Lnet/minecraft/class_10976$class_10978;field_58355:Lnet/minecraft/class_10976$class_10978;
      official c Lawy$b;c:Lawy$b;
  • Field Details

    • field_58356

      public static PacketCodec<ByteBuf,class_10976.class_10978> field_58356
      Mappings:
      Namespace Name Mixin selector
      named field_58356 Lnet/minecraft/class_10976$class_10978;field_58356:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_58356 Lnet/minecraft/class_10976$class_10978;field_58356:Lnet/minecraft/class_9139;
      official d Lawy$b;d:Lzg;
  • Constructor Details

    • class_10978

      private class_10978()
  • Method Details

    • values

      public static class_10976.class_10978[] 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_10976.class_10978 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 Lbbv;c()Ljava/lang/String;