public class KillPart extends RawData
Placeholder values can be retrieved using the get method.
Contains following placeholders after analyzed: ${killCount} - (Number) ${mobKillCount} - (Number) ${deathCount} - (Number)
Constructor and Description |
---|
KillPart(JoinInfoPart joinInfoPart) |
Modifier and Type | Method and Description |
---|---|
void |
addKills(Map<UUID,List<PlayerKill>> playerKills) |
void |
analyse()
Subclasses should analyse the data added together.
|
long |
getDeaths() |
long |
getMobKills() |
long |
getPlayerKills() |
addValue, addValues, analyseData, get, getReplaceMap, isAnalysed
public KillPart(JoinInfoPart joinInfoPart)
public void analyse()
RawData
Place-holders should be added to the replace map.
public long getPlayerKills()
public long getMobKills()
public long getDeaths()
public void addKills(Map<UUID,List<PlayerKill>> playerKills)
Copyright © 2017. All rights reserved.