Package net.minecraft

Enum Class class_9797.class_9798

java.lang.Object
java.lang.Enum<class_9797.class_9798>
net.minecraft.class_9797.class_9798
All Implemented Interfaces:
Serializable, Comparable<class_9797.class_9798>, Constable
Enclosing interface:
class_9797

public static enum class_9797.class_9798 extends Enum<class_9797.class_9798>
Mappings:
Namespace Name
named net/minecraft/class_9797$class_9798
intermediary net/minecraft/class_9797$class_9798
official dlp$a
  • Enum Constant Details

    • CONFUSION

      public static final class_9797.class_9798 CONFUSION
      Mappings:
      Namespace Name Mixin selector
      named CONFUSION Lnet/minecraft/class_9797$class_9798;CONFUSION:Lnet/minecraft/class_9797$class_9798;
      intermediary field_52061 Lnet/minecraft/class_9797$class_9798;field_52061:Lnet/minecraft/class_9797$class_9798;
      official a Ldlp$a;a:Ldlp$a;
    • NONE

      public static final class_9797.class_9798 NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/class_9797$class_9798;NONE:Lnet/minecraft/class_9797$class_9798;
      intermediary field_52062 Lnet/minecraft/class_9797$class_9798;field_52062:Lnet/minecraft/class_9797$class_9798;
      official b Ldlp$a;b:Ldlp$a;
  • Constructor Details

    • class_9798

      private class_9798()
  • Method Details

    • values

      public static class_9797.class_9798[] 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_9797.class_9798 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