Enum Class SelectionManager.class_7279

java.lang.Object
java.lang.Enum<SelectionManager.class_7279>
net.minecraft.client.util.SelectionManager.class_7279
All Implemented Interfaces:
Serializable, Comparable<SelectionManager.class_7279>, Constable
Enclosing class:
SelectionManager

@Environment(CLIENT) public static enum SelectionManager.class_7279 extends Enum<SelectionManager.class_7279>
Mappings:
Namespace Name
official een$a
intermediary net/minecraft/class_3728$class_7279
named net/minecraft/client/util/SelectionManager$class_7279
  • Enum Constant Details

    • CHARACTER

      public static final SelectionManager.class_7279 CHARACTER
      Mappings:
      Namespace Name Mixin selector
      official a Leen$a;a:Leen$a;
      intermediary field_38308 Lnet/minecraft/class_3728$class_7279;field_38308:Lnet/minecraft/class_3728$class_7279;
      named CHARACTER Lnet/minecraft/client/util/SelectionManager$class_7279;CHARACTER:Lnet/minecraft/client/util/SelectionManager$class_7279;
    • WORD

      public static final SelectionManager.class_7279 WORD
      Mappings:
      Namespace Name Mixin selector
      official b Leen$a;b:Leen$a;
      intermediary field_38309 Lnet/minecraft/class_3728$class_7279;field_38309:Lnet/minecraft/class_3728$class_7279;
      named WORD Lnet/minecraft/client/util/SelectionManager$class_7279;WORD:Lnet/minecraft/client/util/SelectionManager$class_7279;
  • Constructor Details

    • class_7279

      private class_7279()
  • Method Details

    • values

      public static SelectionManager.class_7279[] 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 SelectionManager.class_7279 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