Class SetKeyEvent
java.lang.Object
com.blamejared.controlling.api.event.SetKeyEvent
- All Implemented Interfaces:
ISetKeyEvent
Fired when a key is set.
-
Constructor Summary
ConstructorsConstructorDescriptionSetKeyEvent(net.minecraft.client.Options options, net.minecraft.client.KeyMapping mapping, com.mojang.blaze3d.platform.InputConstants.Key key) -
Method Summary
-
Constructor Details
-
SetKeyEvent
public SetKeyEvent(net.minecraft.client.Options options, net.minecraft.client.KeyMapping mapping, com.mojang.blaze3d.platform.InputConstants.Key key)
-
-
Method Details
-
options
public net.minecraft.client.Options options()- Specified by:
optionsin interfaceISetKeyEvent
-
mapping
public net.minecraft.client.KeyMapping mapping()- Specified by:
mappingin interfaceISetKeyEvent
-
key
public com.mojang.blaze3d.platform.InputConstants.Key key()- Specified by:
keyin interfaceISetKeyEvent
-