Class SetToDefaultEvent
java.lang.Object
com.blamejared.controlling.api.event.SetToDefaultEvent
- All Implemented Interfaces:
ISetToDefaultEvent
Fired when a key is set to the default, either through the individual reset button or the global reset button.
-
Constructor Summary
ConstructorsConstructorDescriptionSetToDefaultEvent(net.minecraft.client.Options options, net.minecraft.client.KeyMapping mapping) -
Method Summary
-
Constructor Details
-
SetToDefaultEvent
public SetToDefaultEvent(net.minecraft.client.Options options, net.minecraft.client.KeyMapping mapping)
-
-
Method Details
-
options
public net.minecraft.client.Options options()- Specified by:
optionsin interfaceISetToDefaultEvent
-
mapping
public net.minecraft.client.KeyMapping mapping()- Specified by:
mappingin interfaceISetToDefaultEvent
-