Hologram Click Event
fun HologramClickEvent(hologram: Hologram, player: Player, clickType: EnumWrappers.EntityUseAction, entityId: Int, packetEvent: PacketEvent)
Content copied to clipboard
Parameters
hologram
the hologram that was clicked.
player
the player who clicked the hologram.
clickType
the type of click. can be ATTACK, INTERACT or INTERACT_AT
entityId
the ID of the line that was clicked.
packetEvent
the rest of the event if you need anything from it.