Uses of Enum
net.sacredlabyrinth.phaed.simpleclans.events.EconomyTransactionEvent.Cause
Packages that use EconomyTransactionEvent.Cause
Package
Description
-
Uses of EconomyTransactionEvent.Cause in net.sacredlabyrinth.phaed.simpleclans.events
Methods in net.sacredlabyrinth.phaed.simpleclans.events that return EconomyTransactionEvent.CauseModifier and TypeMethodDescription@NotNull EconomyTransactionEvent.CauseEconomyTransactionEvent.getCause()Returns the enum constant of this type with the specified name.static EconomyTransactionEvent.Cause[]EconomyTransactionEvent.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 EconomyTransactionEvent.CauseModifierConstructorDescriptionEconomyTransactionEvent(@NotNull org.bukkit.OfflinePlayer affected, double amount, @NotNull EconomyTransactionEvent.Cause cause, @NotNull EconomyTransactionEvent.TransactionType transactionType) -
Uses of EconomyTransactionEvent.Cause in net.sacredlabyrinth.phaed.simpleclans.managers
Methods in net.sacredlabyrinth.phaed.simpleclans.managers with parameters of type EconomyTransactionEvent.CauseModifier and TypeMethodDescriptionbooleanPermissionsManager.chargePlayer(@NotNull org.bukkit.OfflinePlayer player, double money, @Nullable EconomyTransactionEvent.Cause cause) Charges the specified amount of money from the player's account.booleanPermissionsManager.grantPlayer(@NotNull org.bukkit.OfflinePlayer player, double money, @Nullable EconomyTransactionEvent.Cause cause) Grants the specified amount of money to the player's account.