Package net.minecraft

Enum Class class_7157.class_7158

java.lang.Object
java.lang.Enum<class_7157.class_7158>
net.minecraft.class_7157.class_7158
All Implemented Interfaces:
Serializable, Comparable<class_7157.class_7158>, Constable
Enclosing class:
class_7157

public static enum class_7157.class_7158 extends Enum<class_7157.class_7158>
Mappings:
Namespace Name
official dj$a
intermediary net/minecraft/class_7157$class_7158
named net/minecraft/class_7157$class_7158
  • Enum Constant Details

    • CREATE_NEW

      public static final class_7157.class_7158 CREATE_NEW
      Mappings:
      Namespace Name Mixin selector
      official a Ldj$a;a:Ldj$a;
      intermediary field_37824 Lnet/minecraft/class_7157$class_7158;field_37824:Lnet/minecraft/class_7157$class_7158;
      named CREATE_NEW Lnet/minecraft/class_7157$class_7158;CREATE_NEW:Lnet/minecraft/class_7157$class_7158;
    • RETURN_EMPTY

      public static final class_7157.class_7158 RETURN_EMPTY
      Mappings:
      Namespace Name Mixin selector
      official b Ldj$a;b:Ldj$a;
      intermediary field_37825 Lnet/minecraft/class_7157$class_7158;field_37825:Lnet/minecraft/class_7157$class_7158;
      named RETURN_EMPTY Lnet/minecraft/class_7157$class_7158;RETURN_EMPTY:Lnet/minecraft/class_7157$class_7158;
    • FAIL

      public static final class_7157.class_7158 FAIL
      Mappings:
      Namespace Name Mixin selector
      official c Ldj$a;c:Ldj$a;
      intermediary field_37826 Lnet/minecraft/class_7157$class_7158;field_37826:Lnet/minecraft/class_7157$class_7158;
      named FAIL Lnet/minecraft/class_7157$class_7158;FAIL:Lnet/minecraft/class_7157$class_7158;
  • Constructor Details

    • class_7158

      private class_7158()
  • Method Details

    • values

      public static class_7157.class_7158[] 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_7157.class_7158 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