Make Entity supports KeyEventHandler
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.bartlomiejpluta.base.api.input;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface KeyEventHandler {
|
||||
void handleKeyEvent(KeyEvent event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user