public interface StatsAPI
Modifier and Type | Method and Description |
---|---|
void |
addItemStat(StatType type,
double money,
Item item,
int amount)
Fügt eine Itemstatistik hinzu.
|
void |
addPlayerStat(StatType type,
double money,
String name,
String uuid)
Fügt eine Spielerstatistik hinzu.
|
MoneyInformation |
getCurrentMoneyInformation()
Gibt die aktuellen Geldinformationen zu einem Spieler zurück.
|
double |
getTPS()
Gibt die aktuelle Server TPS zurück.
|
MoneyInformation getCurrentMoneyInformation()
double getTPS()
void addItemStat(StatType type, double money, Item item, int amount)
Copyright © 2023. All rights reserved.