Class KeyEntryMouseClickedEvent

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

public class KeyEntryMouseClickedEvent extends net.minecraftforge.eventbus.api.Event implements IKeyEntryMouseClickedEvent
KeyEntryMouseClickedEvent is called at the start of IKeyEntry.mouseClicked(double, double, int).

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

  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    KeyEntryMouseClickedEvent(IKeyEntry entry, double mouseX, double mouseY, int buttonId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
    double
     
    double
     
    boolean
     
    void
    setHandled(boolean handled)
     

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait