Optimised all imports

This commit is contained in:
modmuss50 2015-07-02 19:51:24 +01:00
parent 33898edf7c
commit 4ae1293535
178 changed files with 585 additions and 565 deletions

View file

@ -1,9 +1,7 @@
package techreborn.client.keybindings;
import net.minecraft.client.settings.KeyBinding;
import org.lwjgl.input.Keyboard;
import techreborn.lib.ModInfo;
public class KeyBindings {

View file

@ -1,9 +1,9 @@
package techreborn.client.keybindings;
import techreborn.lib.Key;
import techreborn.util.LogHelper;
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
import cpw.mods.fml.common.gameevent.InputEvent;
import techreborn.lib.Key;
import techreborn.util.LogHelper;
public class KeyInputEventHandler
{