Class BankLog
java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.loggers.BankLog
Class responsible for logging bank related transactions.
- Since:
- 2.15.3
-
Constructor Summary
ConstructorsConstructorDescriptionBankLog(@NotNull BankOperator operator, @NotNull Clan clan, @NotNull EconomyResponse economyResponse, BankLogger.Operation operation, ClanBalanceUpdateEvent.Cause cause, double amount) -
Method Summary
-
Constructor Details
-
BankLog
public BankLog(@NotNull @NotNull BankOperator operator, @NotNull @NotNull Clan clan, @NotNull @NotNull EconomyResponse economyResponse, @NotNull BankLogger.Operation operation, ClanBalanceUpdateEvent.Cause cause, double amount)
-
-
Method Details
-
getHeader
-
getValues
-
getOperator
-
getClan
-
getEconomyResponse
-
getOperation
-
getCause
-
getAmount
public double getAmount()
-