public final enum

PlayerKey

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ net.gtaun.shoebill.constant.PlayerKey

Class Overview

To be used with PlayerKeyState.

See Also

Summary

Enum Values
PlayerKey  ACTION   
PlayerKey  ANALOG_DOWN   
PlayerKey  ANALOG_LEFT   
PlayerKey  ANALOG_RIGHT   
PlayerKey  ANALOG_UP   
PlayerKey  CROUCH   
PlayerKey  CTRL_BACK   
PlayerKey  DOWN   
PlayerKey  FIRE   
PlayerKey  HANDBRAKE   
PlayerKey  JUMP   
PlayerKey  LEFT   
PlayerKey  LOOK_BEHIND   
PlayerKey  LOOK_LEFT   
PlayerKey  LOOK_RIGHT   
PlayerKey  NO   
PlayerKey  RIGHT   
PlayerKey  SECONDARY_ATTACK   
PlayerKey  SPRINT   
PlayerKey  SUBMISSION   
PlayerKey  UNDEFINED   
PlayerKey  UP   
PlayerKey  WALK   
PlayerKey  YES   
Public Methods
static PlayerKey get(int value)
String getGameTextKey(boolean inVehicle)
String getGameTextKeyRaw(boolean inVehicle)
int getValue()
static PlayerKey valueOf(String name)
final static PlayerKey[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PlayerKey ACTION

public static final PlayerKey ANALOG_DOWN

public static final PlayerKey ANALOG_LEFT

public static final PlayerKey ANALOG_RIGHT

public static final PlayerKey ANALOG_UP

public static final PlayerKey CROUCH

public static final PlayerKey CTRL_BACK

public static final PlayerKey DOWN

public static final PlayerKey FIRE

public static final PlayerKey HANDBRAKE

public static final PlayerKey JUMP

public static final PlayerKey LEFT

public static final PlayerKey LOOK_BEHIND

public static final PlayerKey LOOK_LEFT

public static final PlayerKey LOOK_RIGHT

public static final PlayerKey NO

public static final PlayerKey RIGHT

public static final PlayerKey SECONDARY_ATTACK

public static final PlayerKey SPRINT

public static final PlayerKey SUBMISSION

public static final PlayerKey UNDEFINED

public static final PlayerKey UP

public static final PlayerKey WALK

public static final PlayerKey YES

Public Methods

public static PlayerKey get (int value)

public String getGameTextKey (boolean inVehicle)

public String getGameTextKeyRaw (boolean inVehicle)

public int getValue ()

public static PlayerKey valueOf (String name)

public static final PlayerKey[] values ()