public static interface Keyboard.UsabilityChecker
Modifier and Type | Method and Description |
---|---|
boolean |
isUsableByPlayer(Keyboard keyboard,
net.minecraft.entity.player.EntityPlayer player)
Whether the specified keyboard is usable by the specified player.
|
boolean isUsableByPlayer(Keyboard keyboard, net.minecraft.entity.player.EntityPlayer player)
keyboard
- the keyboard to check for.player
- the player to check for.