- Thread Author
- #1
So i try to close bank with this:
But i get this error:
Is there some other way to close bank with ESC or resolve this problem?
Code:
if(Bank.isOpen()) {
Keyboard.pressKey(Keyboard.Key.KEY_ESCAPE);
}
But i get this error:
Code:
Error:(58, 39) java: com.runemate.game.api.hybrid.input.Keyboard.Key is not public in com.runemate.game.api.hybrid.input.Keyboard; cannot be accessed from outside package
Is there some other way to close bank with ESC or resolve this problem?