Interface HologramLineClickEvent
public interface HologramLineClickEvent
The event of a player clicking on a
ClickableHologramLine.
This is not a Bukkit event, the listener must be set with
ClickableHologramLine.setClickListener(HologramLineClickListener).
- Since:
- 1
-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.entity.PlayerReturns the player who clicked on the line.
-
Method Details
-
getPlayer
org.bukkit.entity.Player getPlayer()Returns the player who clicked on the line.- Returns:
- the player who clicked
- Since:
- 1
-