Uses of Enum
net.sacredlabyrinth.phaed.simpleclans.events.EconomyTransactionEvent.TransactionType
Packages that use EconomyTransactionEvent.TransactionType
-
Uses of EconomyTransactionEvent.TransactionType in net.sacredlabyrinth.phaed.simpleclans.events
Methods in net.sacredlabyrinth.phaed.simpleclans.events that return EconomyTransactionEvent.TransactionTypeModifier and TypeMethodDescriptionEconomyTransactionEvent.getTransactionType()Returns the enum constant of this type with the specified name.EconomyTransactionEvent.TransactionType.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.TransactionTypeModifierConstructorDescriptionEconomyTransactionEvent(@NotNull org.bukkit.OfflinePlayer affected, double amount, @NotNull EconomyTransactionEvent.Cause cause, @NotNull EconomyTransactionEvent.TransactionType transactionType)