类 KeyCombo

java.lang.Object
com.mojang.realmsclient.KeyCombo

public class KeyCombo extends Object
  • 字段详细资料

    • chars

      private final char[] chars
    • matchIndex

      private int matchIndex
    • onCompletion

      private final Runnable onCompletion
  • 构造器详细资料

    • KeyCombo

      public KeyCombo(char[] pChars, Runnable pOnCompletion)
    • KeyCombo

      public KeyCombo(char[] pChars)
  • 方法详细资料

    • keyPressed

      public boolean keyPressed(char pKey)
    • reset

      public void reset()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object