public class KillData extends Object
Constructor and Description |
---|
KillData(UUID victim,
int victimID,
String weapon,
long date)
Creates a KillData object with given parameters.
|
Modifier and Type | Method and Description |
---|---|
long |
getDate()
Get the Epoch millisecond the kill occurred.
|
String |
getWeapon()
Get the Weapon used as string.
|
UUID |
getVictim()
Get the victim's UUID.
|
int |
getVictimUserID()
Get the UserID of the victim, found from the database.
|
public UUID getVictim()
public long getDate()
public String getWeapon()
public int getVictimUserID()
Copyright © 2017. All rights reserved.