| Package | Description |
|---|---|
| fr.maxlego08.zauctionhouse.transaction |
| Modifier and Type | Method and Description |
|---|---|
static TransactionType |
TransactionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransactionType[] |
TransactionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TransactionObject.isTransactionOf(java.lang.String player,
TransactionType type) |
void |
Transaction.showhistorical(org.bukkit.entity.Player sender,
java.lang.String player,
int page,
TransactionType type)
Voir l'historique des transactions d'un joueur
|