public class PlayerGuiElementClickEvent extends PlayerEvent
GuiElement.setClickable(boolean)
was set to true.Constructor and Description |
---|
PlayerGuiElementClickEvent(Player player,
GuiElement guiElement,
boolean doubleClick,
int mouseButton,
float mouseXAbs,
float mouseYAbs,
float mouseXRel,
float mouseYRel) |
Modifier and Type | Method and Description |
---|---|
float |
getAbsoluteMousePositionX()
Gets the absolute x (horizontal) position of the mouse cursor (inside the
gui element).
|
float |
getAbsoluteMousePositionY()
Gets the absolute y (vertical) position of the mouse cursor (inside the
gui element).
|
GuiElement |
getGuiElement()
Gets the gui element the player has clicked.
|
int |
getMouseButton()
Gets the mouse button.
|
float |
getRelativeMousePositionX()
Gets the relative (0.0-1.0) x (horizontal) position of the mouse cursor
(inside the gui element).
|
float |
getRelativeMousePositionY()
Gets the relative (0.0-1.0) y (vertical) position of the mouse cursor
(inside the gui element).
|
boolean |
isDoubleClick()
Gets whether or not the player double clicked the gui element.
|
getPlayer
public PlayerGuiElementClickEvent(Player player, GuiElement guiElement, boolean doubleClick, int mouseButton, float mouseXAbs, float mouseYAbs, float mouseXRel, float mouseYRel)
public GuiElement getGuiElement()
public boolean isDoubleClick()
public int getMouseButton()
public float getAbsoluteMousePositionX()
public float getAbsoluteMousePositionY()
public float getRelativeMousePositionX()
public float getRelativeMousePositionY()