java.lang.Object
com.djrapitops.plan.delivery.domain.datatransfer.AllowlistBounce
public class AllowlistBounce
extends Object
Represents an event where player bounced off the whitelist.
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
AllowlistBounce
public AllowlistBounce(UUID playerUUID,
String playerName,
int count,
long lastTime)
-
Method Details
-
getPlayerUUID
public UUID getPlayerUUID()
-
-
getCount
public int getCount()
-
getLastTime
public long getLastTime()
-
-
-