Uses of Enum
net.sacredlabyrinth.phaed.simpleclans.events.ClanBalanceUpdateEvent.Cause
Packages that use ClanBalanceUpdateEvent.Cause
Package
Description
-
Uses of ClanBalanceUpdateEvent.Cause in net.sacredlabyrinth.phaed.simpleclans
Methods in net.sacredlabyrinth.phaed.simpleclans with parameters of type ClanBalanceUpdateEvent.CauseModifier 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) Clan.withdraw(@NotNull BankOperator sender, @NotNull ClanBalanceUpdateEvent.Cause cause, double amount) Withdraws money from the clan -
Uses of ClanBalanceUpdateEvent.Cause in net.sacredlabyrinth.phaed.simpleclans.events
Methods in net.sacredlabyrinth.phaed.simpleclans.events that return ClanBalanceUpdateEvent.CauseModifier and TypeMethodDescription@NotNull ClanBalanceUpdateEvent.CauseClanBalanceUpdateEvent.getCause()static ClanBalanceUpdateEvent.CauseReturns the enum constant of this type with the specified name.static ClanBalanceUpdateEvent.Cause[]ClanBalanceUpdateEvent.Cause.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sacredlabyrinth.phaed.simpleclans.events with parameters of type ClanBalanceUpdateEvent.CauseModifierConstructorDescriptionClanBalanceUpdateEvent(@NotNull BankOperator updater, @NotNull Clan clan, double balance, double newBalance, @NotNull ClanBalanceUpdateEvent.Cause cause) -
Uses of ClanBalanceUpdateEvent.Cause in net.sacredlabyrinth.phaed.simpleclans.loggers
Methods in net.sacredlabyrinth.phaed.simpleclans.loggers that return ClanBalanceUpdateEvent.CauseConstructors in net.sacredlabyrinth.phaed.simpleclans.loggers with parameters of type ClanBalanceUpdateEvent.CauseModifierConstructorDescriptionBankLog(@NotNull BankOperator operator, @NotNull Clan clan, @NotNull EconomyResponse economyResponse, BankLogger.Operation operation, ClanBalanceUpdateEvent.Cause cause, double amount)