|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.client.settings.KeyBinding
public class KeyBinding
| Field Summary | |
|---|---|
static IntHashMap |
hash
|
static List |
keybindArray
|
int |
keyCode
|
String |
keyDescription
|
boolean |
pressed
because _303 wanted me to call it that(Caironater) |
int |
pressTime
|
| Constructor Summary | |
|---|---|
KeyBinding(String par1Str,
int par2)
|
|
| Method Summary | |
|---|---|
boolean |
isPressed()
|
static void |
onTick(int par0)
|
static void |
resetKeyBindingArrayAndHash()
|
static void |
setKeyBindState(int par0,
boolean par1)
|
static void |
unPressAllKeys()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static List keybindArray
public static IntHashMap hash
public String keyDescription
public int keyCode
public boolean pressed
public int pressTime
| Constructor Detail |
|---|
public KeyBinding(String par1Str,
int par2)
| Method Detail |
|---|
public static void onTick(int par0)
public static void setKeyBindState(int par0,
boolean par1)
public static void unPressAllKeys()
public static void resetKeyBindingArrayAndHash()
public boolean isPressed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||