Enum Class SelectionManager.SelectionType

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

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

    • CHARACTER

      public static final SelectionManager.SelectionType CHARACTER
      Mappings:
      Namespace Name Mixin selector
      official a Lemw$a;a:Lemw$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$SelectionType;CHARACTER:Lnet/minecraft/client/util/SelectionManager$SelectionType;
    • WORD

      public static final SelectionManager.SelectionType WORD
      Mappings:
      Namespace Name Mixin selector
      official b Lemw$a;b:Lemw$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$SelectionType;WORD:Lnet/minecraft/client/util/SelectionManager$SelectionType;
  • Constructor Details

    • SelectionType

      private SelectionType()
  • Method Details

    • values

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