Package net.minecraft

Enum Class class_10981.class_10982

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

public static enum class_10981.class_10982 extends Enum<class_10981.class_10982> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/class_10981$class_10982
intermediary net/minecraft/class_10981$class_10982
official bwe$a
  • Enum Constant Details

    • ONGOING

      public static final class_10981.class_10982 ONGOING
      Mappings:
      Namespace Name Mixin selector
      named ONGOING Lnet/minecraft/class_10981$class_10982;ONGOING:Lnet/minecraft/class_10981$class_10982;
      intermediary field_58510 Lnet/minecraft/class_10981$class_10982;field_58510:Lnet/minecraft/class_10981$class_10982;
      official a Lbwe$a;a:Lbwe$a;
    • WON

      public static final class_10981.class_10982 WON
      Mappings:
      Namespace Name Mixin selector
      named WON Lnet/minecraft/class_10981$class_10982;WON:Lnet/minecraft/class_10981$class_10982;
      intermediary field_58511 Lnet/minecraft/class_10981$class_10982;field_58511:Lnet/minecraft/class_10981$class_10982;
      official b Lbwe$a;b:Lbwe$a;
    • FAILED

      public static final class_10981.class_10982 FAILED
      Mappings:
      Namespace Name Mixin selector
      named FAILED Lnet/minecraft/class_10981$class_10982;FAILED:Lnet/minecraft/class_10981$class_10982;
      intermediary field_58512 Lnet/minecraft/class_10981$class_10982;field_58512:Lnet/minecraft/class_10981$class_10982;
      official c Lbwe$a;c:Lbwe$a;
  • Constructor Details

    • class_10982

      private class_10982()
  • Method Details

    • values

      public static class_10981.class_10982[] 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_10981.class_10982 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;