Enum Class Input

java.lang.Object
java.lang.Enum<Input>
group24.escaperoom.control.Input
All Implemented Interfaces:
Serializable, Comparable<Input>, Constable

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

    • MOVE_UP

      public static final Input MOVE_UP
    • MOVE_LEFT

      public static final Input MOVE_LEFT
    • MOVE_DOWN

      public static final Input MOVE_DOWN
    • MOVE_RIGHT

      public static final Input MOVE_RIGHT
    • BACK

      public static final Input BACK
    • ZOOM_IN

      public static final Input ZOOM_IN
    • ZOOM_OUT

      public static final Input ZOOM_OUT
    • COPY

      public static final Input COPY
    • PASTE

      public static final Input PASTE
    • UNDO

      public static final Input UNDO
    • REDO

      public static final Input REDO
    • ROTCW

      public static final Input ROTCW
    • ROTCCW

      public static final Input ROTCCW
    • MIRROR_H

      public static final Input MIRROR_H
    • MIRROR_V

      public static final Input MIRROR_V
    • KEYBIND_HELP

      public static final Input KEYBIND_HELP
    • DELETE_SELECTION

      public static final Input DELETE_SELECTION
    • TOOL_ROT

      public static final Input TOOL_ROT
    • TOOL_PAN

      public static final Input TOOL_PAN
    • TOOL_MOV

      public static final Input TOOL_MOV
    • TOOL_PPT

      public static final Input TOOL_PPT
    • TOOL_FILL

      public static final Input TOOL_FILL
    • TOOL_SEL

      public static final Input TOOL_SEL
    • TOOL_EYEDROP

      public static final Input TOOL_EYEDROP
    • TOOL_DEL

      public static final Input TOOL_DEL
    • SELECT

      public static final Input SELECT
    • SELECT_MULTI

      public static final Input SELECT_MULTI
    • CONTEXT

      public static final Input CONTEXT
    • INTERACT

      public static final Input INTERACT
    • CHANGE_INTERACT_FOCUS

      public static final Input CHANGE_INTERACT_FOCUS
    • INVENTORY

      public static final Input INVENTORY
  • Method Details

    • values

      public static Input[] 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 Input 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
    • getBinds

      public InputBinding[] getBinds()
    • getInputs

      public ArrayList<ControlsManager.InputPair> getInputs()
    • getGroup

      public MapGroup getGroup()
    • description

      public Input.MappingDescription description()