package NET.worlds.scape; public interface KeyHandler { boolean handle(KeyEvent var1); }