Class KeyEntryMouseClickedEvent

java.lang.Object
net.neoforged.bus.api.Event
com.blamejared.controlling.api.events.KeyEntryMouseClickedEvent
All Implemented Interfaces:
IKeyEntryMouseClickedEvent

public class KeyEntryMouseClickedEvent extends net.neoforged.bus.api.Event implements IKeyEntryMouseClickedEvent
KeyEntryMouseClickedEvent is called at the start of IKeyEntry.mouseClicked(MouseButtonEvent, boolean).

If you are consuming this event, call setHandled(boolean) with a value of true.