Enum Class Click

java.lang.Object
java.lang.Enum<Click>
org.geysermc.geyser.inventory.click.Click
All Implemented Interfaces:
Serializable, Comparable<Click>, Constable

public enum Click extends Enum<Click>
  • Enum Constant Details

    • LEFT

      public static final Click LEFT
    • LEFT_SHIFT

      public static final Click LEFT_SHIFT
    • DROP_ONE

      public static final Click DROP_ONE
    • DROP_ALL

      public static final Click DROP_ALL
    • LEFT_OUTSIDE

      public static final Click LEFT_OUTSIDE
    • RIGHT_OUTSIDE

      public static final Click RIGHT_OUTSIDE
    • SWAP_TO_HOTBAR_1

      public static final Click SWAP_TO_HOTBAR_1
    • SWAP_TO_HOTBAR_2

      public static final Click SWAP_TO_HOTBAR_2
    • SWAP_TO_HOTBAR_3

      public static final Click SWAP_TO_HOTBAR_3
    • SWAP_TO_HOTBAR_4

      public static final Click SWAP_TO_HOTBAR_4
    • SWAP_TO_HOTBAR_5

      public static final Click SWAP_TO_HOTBAR_5
    • SWAP_TO_HOTBAR_6

      public static final Click SWAP_TO_HOTBAR_6
    • SWAP_TO_HOTBAR_7

      public static final Click SWAP_TO_HOTBAR_7
    • SWAP_TO_HOTBAR_8

      public static final Click SWAP_TO_HOTBAR_8
    • SWAP_TO_HOTBAR_9

      public static final Click SWAP_TO_HOTBAR_9
  • Field Details

    • OUTSIDE_SLOT

      public static final int OUTSIDE_SLOT
      See Also:
      Constant Field Values
    • actionType

      public final com.github.steveice10.mc.protocol.data.game.inventory.ContainerActionType actionType
    • action

      public final com.github.steveice10.mc.protocol.data.game.inventory.ContainerAction action
  • Method Details

    • values

      public static Click[] 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 Click 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