Uses of Class
struct.Key
Packages that use Key
- 
Uses of Key in aiinterfaceFields in aiinterface with type parameters of type KeyModifier and TypeFieldDescriptionprivate LinkedList<Key>CommandCenter.skillKeyThe list storing the converted keys.Methods in aiinterface that return KeyModifier and TypeMethodDescriptionCommandCenter.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 KeyModifier and TypeMethodDescriptionCommandCenter.getSkillKeys()Returns the list of keys waiting to be executed.