Package net.minecraft

Enum Class class_7927.class_7928

java.lang.Object
java.lang.Enum<class_7927.class_7928>
net.minecraft.class_7927.class_7928
All Implemented Interfaces:
Serializable, Comparable<class_7927.class_7928>, Constable
Enclosing interface:
class_7927<T>

public static enum class_7927.class_7928 extends Enum<class_7927.class_7928>
Mappings:
Namespace Name
official amy$a
intermediary net/minecraft/class_7927$class_7928
named net/minecraft/class_7927$class_7928
  • Enum Constant Details

    • CONTINUE

      public static final class_7927.class_7928 CONTINUE
      Mappings:
      Namespace Name Mixin selector
      official a Lamy$a;a:Lamy$a;
      intermediary field_41283 Lnet/minecraft/class_7927$class_7928;field_41283:Lnet/minecraft/class_7927$class_7928;
      named CONTINUE Lnet/minecraft/class_7927$class_7928;CONTINUE:Lnet/minecraft/class_7927$class_7928;
    • ABORT

      public static final class_7927.class_7928 ABORT
      Mappings:
      Namespace Name Mixin selector
      official b Lamy$a;b:Lamy$a;
      intermediary field_41284 Lnet/minecraft/class_7927$class_7928;field_41284:Lnet/minecraft/class_7927$class_7928;
      named ABORT Lnet/minecraft/class_7927$class_7928;ABORT:Lnet/minecraft/class_7927$class_7928;
  • Constructor Details

    • class_7928

      private class_7928()
  • Method Details

    • values

      public static class_7927.class_7928[] 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_7927.class_7928 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
    • method_47543

      public boolean method_47543()
      Mappings:
      Namespace Name Mixin selector
      official a Lamy$a;a()Z
      intermediary method_47543 Lnet/minecraft/class_7927$class_7928;method_47543()Z
      named method_47543 Lnet/minecraft/class_7927$class_7928;method_47543()Z