Package net.minecraft

Enum Class class_11099.class_11100

java.lang.Object
java.lang.Enum<class_11099.class_11100>
net.minecraft.class_11099.class_11100
All Implemented Interfaces:
Serializable, Comparable<class_11099.class_11100>, Constable, StringIdentifiable
Enclosing interface:
class_11099

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

    • ACTIVE

      public static final class_11099.class_11100 ACTIVE
      Mappings:
      Namespace Name Mixin selector
      named ACTIVE Lnet/minecraft/class_11099$class_11100;ACTIVE:Lnet/minecraft/class_11099$class_11100;
      intermediary field_59094 Lnet/minecraft/class_11099$class_11100;field_59094:Lnet/minecraft/class_11099$class_11100;
      official a Lfbs$a;a:Lfbs$a;
    • WON

      public static final class_11099.class_11100 WON
      Mappings:
      Namespace Name Mixin selector
      named WON Lnet/minecraft/class_11099$class_11100;WON:Lnet/minecraft/class_11099$class_11100;
      intermediary field_59095 Lnet/minecraft/class_11099$class_11100;field_59095:Lnet/minecraft/class_11099$class_11100;
      official b Lfbs$a;b:Lfbs$a;
    • FAILED

      public static final class_11099.class_11100 FAILED
      Mappings:
      Namespace Name Mixin selector
      named FAILED Lnet/minecraft/class_11099$class_11100;FAILED:Lnet/minecraft/class_11099$class_11100;
      intermediary field_59096 Lnet/minecraft/class_11099$class_11100;field_59096:Lnet/minecraft/class_11099$class_11100;
      official c Lfbs$a;c:Lfbs$a;
  • Field Details

    • field_59097

      public static final com.mojang.serialization.Codec<class_11099.class_11100> field_59097
      Mappings:
      Namespace Name Mixin selector
      named field_59097 Lnet/minecraft/class_11099$class_11100;field_59097:Lcom/mojang/serialization/Codec;
      intermediary field_59097 Lnet/minecraft/class_11099$class_11100;field_59097:Lcom/mojang/serialization/Codec;
      official d Lfbs$a;d:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • class_11100

      private class_11100()
  • Method Details

    • values

      public static class_11099.class_11100[] 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_11099.class_11100 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;