public class GuiPoint extends Object
| Modifier and Type | Field and Description |
|---|---|
static GuiPoint |
INVALID
This GuiPoint is used to indicate that the cursor is outside the GUI.
|
| Constructor and Description |
|---|
GuiPoint(int x,
int y) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static GuiPoint |
from3DPosition(org.bukkit.util.Vector position,
Direction direction) |
int |
getX() |
int |
getY() |
int |
hashCode() |
String |
toString() |
Copyright © 2021. All rights reserved.