public class Proof extends Object
Constructor and Description |
---|
Proof(int id,
UUID uuid,
ReportType reportType,
CheatKeys cheatKey,
@Nullable String checkName,
int ping,
long amount,
int reliability,
Timestamp time,
String checkInformations,
Version version,
long warn,
double[] tps)
Create a new proof object.
|
Proof(NegativityPlayer np,
ReportType reportType,
CheatKeys cheat,
@Nullable String checkName,
int ping,
long amount,
int reliability,
String checkInformations)
Create a new proof object.
|
Modifier and Type | Method and Description |
---|---|
long |
getAmount() |
CheatKeys |
getCheatKey() |
String |
getCheckInformations() |
String |
getCheckName() |
int |
getId() |
int |
getPing() |
int |
getReliability() |
ReportType |
getReportType() |
Timestamp |
getTime() |
double[] |
getTps() |
UUID |
getUUID() |
Version |
getVersion() |
long |
getWarn() |
String |
toString() |
public Proof(NegativityPlayer np, ReportType reportType, CheatKeys cheat, @Nullable String checkName, int ping, long amount, int reliability, String checkInformations)
np
- the player concerned by this proofreportType
- type of reportcheat
- the cheatcheckName
- the name of the checkping
- the ping of playeramount
- amount of alertreliability
- the reliabilitycheckInformations
- explaination all explaination from checkpublic Proof(int id, UUID uuid, ReportType reportType, CheatKeys cheatKey, @Nullable String checkName, int ping, long amount, int reliability, Timestamp time, String checkInformations, Version version, long warn, double[] tps)
id
- the ID in the storageuuid
- uuid of concerned player by this proofreportType
- type of reportcheatKey
- the cheatcheckName
- the name of the checkping
- the ping of playeramount
- amount of alertreliability
- the reliabilitytime
- the time when the alert have been raisedcheckInformations
- explaination all explanation from checkversion
- the version of the player when the proof is madewarn
- amount of warn at the time of prooftps
- tps when doing proofpublic int getId()
public UUID getUUID()
public long getAmount()
public ReportType getReportType()
public CheatKeys getCheatKey()
public String getCheckName()
public String getCheckInformations()
public int getPing()
public int getReliability()
public Timestamp getTime()
public double[] getTps()
public Version getVersion()
public long getWarn()