Uses of Class
struct.Key

Packages that use Key
Package
Description
 
  • Uses of Key in aiinterface

    Fields in aiinterface with type parameters of type Key
    Modifier and Type
    Field
    Description
    private LinkedList<Key>
    CommandCenter.skillKey
    The list storing the converted keys.
    Methods in aiinterface that return Key
    Modifier and Type
    Method
    Description
    CommandCenter.getSkillKey()
    Returns the first element from the list of keys waiting to be executed.
    AIInterface.input()
    Receives a key input from AI.
    It is executed in each frame and returns a value in the Key type.
    Methods in aiinterface that return types with arguments of type Key
    Modifier and Type
    Method
    Description
    CommandCenter.getSkillKeys()
    Returns the list of keys waiting to be executed.