package com.minelittlepony.unicopia; public interface IKeyBinding { String getKeyCategory(); String getKeyName(); int getKeyCode(); }