Class ClientLeftClickEvent

java.lang.Object
org.collebol.engine.event.Event
org.collebol.engine.event.client.ClientLeftClickEvent

public class ClientLeftClickEvent extends Event
The ClientLeftClickEvent class represents an event triggered by a left mouse click. It contains information about whether the key was pressed or released.
Since:
1.0-dev
Author:
ColleBol - contact@collebol.org
  • Constructor Details

    • ClientLeftClickEvent

      public ClientLeftClickEvent()
    • ClientLeftClickEvent

      public ClientLeftClickEvent(Vector2D position, boolean press)
  • Method Details

    • getPosition

      public Vector2D getPosition()
    • isPressed

      public boolean isPressed()
    • isReleased

      public boolean isReleased()
    • setValues

      public void setValues(Map<Class<?>,Object> params)
      Specified by:
      setValues in class Event