Moved to RebornCore
This commit is contained in:
parent
50a830a101
commit
8abf6e5282
313 changed files with 3987 additions and 16508 deletions
|
@ -2,8 +2,8 @@ package techreborn.client.keybindings;
|
|||
|
||||
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
|
||||
import cpw.mods.fml.common.gameevent.InputEvent;
|
||||
import techreborn.Core;
|
||||
import techreborn.lib.Key;
|
||||
import techreborn.util.LogHelper;
|
||||
|
||||
public class KeyInputEventHandler {
|
||||
private static Key getPressedKeybinding() {
|
||||
|
@ -16,7 +16,7 @@ public class KeyInputEventHandler {
|
|||
|
||||
@SubscribeEvent
|
||||
public void handleKeyInputEvent(InputEvent.KeyInputEvent event) {
|
||||
LogHelper.info(getPressedKeybinding());
|
||||
Core.logHelper.info(getPressedKeybinding());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue