public class GameOptionsMixin extends Object implements KeysAccessor
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.client.options.KeyBinding[] |
keysAll |
| Constructor and Description |
|---|
GameOptionsMixin() |
| Modifier and Type | Method and Description |
|---|---|
void |
setKeys(net.minecraft.client.options.KeyBinding[] keyBindings)
Sets the keys.
|
public void setKeys(net.minecraft.client.options.KeyBinding[] keyBindings)
setKeys in interface KeysAccessorkeyBindings - an array of KeyBindings.