Uses of Enum
net.sacredlabyrinth.phaed.simpleclans.loggers.BankLogger.Operation
Packages that use BankLogger.Operation
Package
Description
-
Uses of BankLogger.Operation in net.sacredlabyrinth.phaed.simpleclans
Methods in net.sacredlabyrinth.phaed.simpleclans with parameters of type BankLogger.OperationModifier and TypeMethodDescriptionClan.setBalance(@NotNull BankOperator operator, @NotNull ClanBalanceUpdateEvent.Cause cause, BankLogger.Operation operation, double balance) -
Uses of BankLogger.Operation in net.sacredlabyrinth.phaed.simpleclans.loggers
Methods in net.sacredlabyrinth.phaed.simpleclans.loggers that return BankLogger.OperationModifier and TypeMethodDescriptionBankLog.getOperation()static BankLogger.OperationReturns the enum constant of this type with the specified name.static BankLogger.Operation[]BankLogger.Operation.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sacredlabyrinth.phaed.simpleclans.loggers with parameters of type BankLogger.OperationModifierConstructorDescriptionBankLog(@NotNull BankOperator operator, @NotNull Clan clan, @NotNull EconomyResponse economyResponse, BankLogger.Operation operation, ClanBalanceUpdateEvent.Cause cause, double amount)