Package com.mojang.realmsclient
Class KeyCombo
java.lang.Object
com.mojang.realmsclient.KeyCombo
@Environment(CLIENT) public class KeyCombo extends Object
-
Field Summary
Fields Modifier and Type Field Description private char[]charsprivate intmatchIndexprivate RunnableonCompletion -
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleankeyPressed(char key)voidreset()StringtoString()
-
Field Details
-
chars
private final char[] chars -
matchIndex
private int matchIndex -
onCompletion
-
-
Constructor Details
-
Method Details
-
keyPressed
public boolean keyPressed(char key) -
reset
public void reset() -
toString
-