packagecom.keuin.kbackupfabric.autobackup;publicinterfacePlayerActivityTracker{/** * Update the checkpoint, return accumulated result. * * @return if there is at least one player logged in since last checkpoint. */booleangetCheckpoint();/** * Mark dirty. In the next checkpoint, the backup will be performed. */voidsetCheckpoint();}