Class PlayerKillProcessor
java.lang.Object
com.djrapitops.plan.processing.processors.player.PlayerKillProcessor
- 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
ConstructorDescriptionPlayerKillProcessor
(PlayerKill.Killer killer, PlayerKill.Victim victim, ServerIdentifier server, String weaponName, long time) -
Method Summary
-
Constructor Details
-
PlayerKillProcessor
public PlayerKillProcessor(PlayerKill.Killer killer, PlayerKill.Victim victim, ServerIdentifier server, String weaponName, long time)
-
-
Method Details