Class ClientButtonClickEvent

java.lang.Object
org.collebol.engine.event.Event
org.collebol.engine.event.client.button.ClientButtonClickEvent

public class ClientButtonClickEvent extends Event
  • Constructor Details

    • ClientButtonClickEvent

      public ClientButtonClickEvent()
    • ClientButtonClickEvent

      public ClientButtonClickEvent(Vector2D position, KeyType keyType, boolean press, Button button)
  • Method Details

    • getPosition

      public Vector2D getPosition()
    • getButton

      public Button getButton()
    • getKeyType

      public KeyType getKeyType()
    • isPressed

      public boolean isPressed()
    • isReleased

      public boolean isReleased()
    • setValues

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