java.lang.Object
com.djrapitops.plan.processing.processors.player.MobKillProcessor
- All Implemented Interfaces:
CriticalRunnable
, Runnable
Processor Class for KillEvent information when the killer is a
player.
Adds PlayerKill or a Mob kill to the active Session.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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