package com.github.halotroop.litecraft.input; /* * Author: Valoeghese */ public interface KeyListener { public void listen(boolean active); }