@Environment(value=CLIENT) public class KeyCombo extends Object
private char[]
chars
private int
matchIndex
private Runnable
onCompletion
KeyCombo(char[] keys, Runnable task)
boolean
keyPressed(char key)
void
reset()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private final char[] chars
private int matchIndex
private final Runnable onCompletion
public KeyCombo(char[] keys, Runnable task)
public boolean keyPressed(char key)
public void reset()
public String toString()
toString
Object