Class MuteTask

java.lang.Object
fr.Alphart.BAT.Modules.Mute.MuteTask
All Implemented Interfaces:
Runnable

public class MuteTask extends Object implements Runnable
This task handles the mute related update :
- check in the db for every active mute if it is finished if this is the case : set mute_(ip)state to 0
- update the PlayerMuteData of every player on the server
This task must be run asynchronously
  • Constructor Details

    • MuteTask

      public MuteTask(Mute muteModule)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable