| package li.cil.oc.api.component; | |
| /** | |
| * <em>Not meant to be implemented.</em> | |
| * | |
| * @deprecated Use li.cil.oc.api.internal.Keyboard instead. | |
| */ | |
| @Deprecated | |
| public interface Keyboard extends li.cil.oc.api.internal.Keyboard { | |
| /** | |
| * <em>Not meant to be implemented.</em> | |
| * | |
| * @deprecated Use li.cil.oc.api.internal.Keyboard.UsabilityChecker instead. | |
| */ | |
| interface UsabilityChecker extends li.cil.oc.api.internal.Keyboard.UsabilityChecker { | |
| } | |
| } |