Package | Description |
---|---|
de.byteandbit.velociraptor.api.stats |
Modifier and Type | Method and Description |
---|---|
static StatType |
StatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatType[] |
StatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StatsAPI.addItemStat(StatType type,
double money,
Item item,
int amount)
Fügt eine Itemstatistik hinzu.
|
void |
StatsAPI.addPlayerStat(StatType type,
double money,
String name,
String uuid)
Fügt eine Spielerstatistik hinzu.
|
Copyright © 2023. All rights reserved.