Package net.ognetwork.ogcore.api.jobs
Class EmptyPartyCleanupJob
java.lang.Object
net.ognetwork.ogcore.api.jobs.EmptyPartyCleanupJob
- All Implemented Interfaces:
IJob
Checks for parties that have no members online.
A.K.A. one where all the players have left
and/or the server crashed and none of the players have joined back.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EmptyPartyCleanupJob
public EmptyPartyCleanupJob()
-
-
Method Details
-
getDelayInSeconds
public long getDelayInSeconds()- Specified by:
getDelayInSeconds
in interfaceIJob
-
getPeriodInSeconds
public long getPeriodInSeconds()- Specified by:
getPeriodInSeconds
in interfaceIJob
-
run
public void run()
-