Uses of Enum
net.sacredlabyrinth.phaed.simpleclans.EconomyResponse
Packages that use EconomyResponse
Package
Description
-
Uses of EconomyResponse in net.sacredlabyrinth.phaed.simpleclans
Methods in net.sacredlabyrinth.phaed.simpleclans that return EconomyResponseModifier and TypeMethodDescriptionClan.deposit(@NotNull BankOperator sender, @NotNull ClanBalanceUpdateEvent.Cause cause, double amount) Deposits money to the clanClan.setBalance(@NotNull BankOperator operator, @NotNull ClanBalanceUpdateEvent.Cause cause, BankLogger.Operation operation, double balance) static EconomyResponseReturns the enum constant of this type with the specified name.static EconomyResponse[]EconomyResponse.values()Returns an array containing the constants of this enum type, in the order they are declared.Clan.withdraw(@NotNull BankOperator sender, @NotNull ClanBalanceUpdateEvent.Cause cause, double amount) Withdraws money from the clan -
Uses of EconomyResponse in net.sacredlabyrinth.phaed.simpleclans.loggers
Methods in net.sacredlabyrinth.phaed.simpleclans.loggers that return EconomyResponseConstructors in net.sacredlabyrinth.phaed.simpleclans.loggers with parameters of type EconomyResponseModifierConstructorDescriptionBankLog(@NotNull BankOperator operator, @NotNull Clan clan, @NotNull EconomyResponse economyResponse, BankLogger.Operation operation, ClanBalanceUpdateEvent.Cause cause, double amount)