Class MobKillProcessor

java.lang.Object
com.djrapitops.plan.processing.processors.player.MobKillProcessor
All Implemented Interfaces:
CriticalRunnable, Runnable

public class MobKillProcessor extends Object implements CriticalRunnable
Processor Class for KillEvent information when the killer is a player.

Adds PlayerKill or a Mob kill to the active Session.

  • Constructor Details

    • MobKillProcessor

      public MobKillProcessor(UUID uuid)
      Constructor.
      Parameters:
      uuid - UUID of the killer.
  • Method Details

    • run

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