Optimised all imports
This commit is contained in:
parent
33898edf7c
commit
4ae1293535
178 changed files with 585 additions and 565 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue