public class KeyBinding extends Object
Modifier and Type | Field and Description |
---|---|
static IntHashMap |
hash |
static List |
keybindArray |
int |
keyCode |
String |
keyDescription |
boolean |
pressed
because _303 wanted me to call it that(Caironater)
|
int |
pressTime |
Constructor and Description |
---|
KeyBinding(String par1Str,
int par2) |
Modifier and Type | Method and Description |
---|---|
boolean |
isPressed() |
static void |
onTick(int par0) |
static void |
resetKeyBindingArrayAndHash() |
static void |
setKeyBindState(int par0,
boolean par1) |
static void |
unPressAllKeys() |
public static List keybindArray
public static IntHashMap hash
public String keyDescription
public int keyCode
public boolean pressed
public int pressTime
public KeyBinding(String par1Str, int par2)