Interface HologramLineClickListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The listener class for
HologramLineClickEvent.
This is not a Bukkit listener, it must be set with
ClickableHologramLine.setClickListener(HologramLineClickListener).
- Since:
- 1
-
Method Summary
Modifier and TypeMethodDescriptionvoidonClick(@NotNull HologramLineClickEvent clickEvent) Invoked when a player clicks on the clickable line.
-
Method Details
-
onClick
Invoked when a player clicks on the clickable line.- Parameters:
clickEvent- the event data- Since:
- 1
-