ClusterTapEvent constructor

ClusterTapEvent(
  1. int mapId,
  2. Cluster cluster
)

Build a ClusterTapEvent Event triggered from the map represented by mapId.

The value of this event is a Cluster object that represents the tapped cluster icon managed by ClusterManager.

Implementation

ClusterTapEvent(super.mapId, super.cluster);