Uses of Class
de.extio.spacecraft.shared.model.client.KeycodeRegistration
-
Packages that use KeycodeRegistration Package Description de.extio.spacecraft.shared.client Managers and business objects related to the game client.de.extio.spacecraft.shared.model.client Data objects specific to the game client -
-
Uses of KeycodeRegistration in de.extio.spacecraft.shared.client
Methods in de.extio.spacecraft.shared.client that return KeycodeRegistration Modifier and Type Method Description KeycodeRegistration
KeycodeRegistry. get(String qualifier)
Returns the current registered key code registration by qualifierMethods in de.extio.spacecraft.shared.client that return types with arguments of type KeycodeRegistration Modifier and Type Method Description List<KeycodeRegistration>
KeycodeRegistry. get(int code)
Returns the current registered key code registration by codeCollection<KeycodeRegistration>
KeycodeRegistry. getAll()
Returns all key code registrationsMethods in de.extio.spacecraft.shared.client with parameters of type KeycodeRegistration Modifier and Type Method Description void
KeycodeRegistry. register(KeycodeRegistration... keycodeRegistrations)
Updates the key configured for key registrations - usually used by options menu for the user to change keysvoid
KeycodeRegistry. registerDefault(KeycodeRegistration... keycodeRegistrations)
Registers key code registrations also containing the default key - usually used by modules making use of these key presses -
Uses of KeycodeRegistration in de.extio.spacecraft.shared.model.client
Constructors in de.extio.spacecraft.shared.model.client with parameters of type KeycodeRegistration Constructor Description KeycodeRegistration(KeycodeRegistration other)
-