Uses of Interface
com.palmergames.bukkit.towny.object.EconomyHandler
Packages that use EconomyHandler
Package
Description
-
Uses of EconomyHandler in com.palmergames.bukkit.towny.confirmations
Constructors in com.palmergames.bukkit.towny.confirmations with parameters of type EconomyHandlerModifierConstructorDescriptionConfirmationTransaction
(Supplier<Double> costSupplier, EconomyHandler townyObject, String loggedMessage) A transaction which must succeed for a Confirmation to complete.ConfirmationTransaction
(Supplier<Double> costSupplier, EconomyHandler townyObject, String loggedMessage, Translatable insufficientFundsMessage) A transaction which must succeed for a Confirmation to complete. -
Uses of EconomyHandler in com.palmergames.bukkit.towny.object
Classes in com.palmergames.bukkit.towny.object that implement EconomyHandlerModifier and TypeClassDescriptionclass
A class which represents the structure of objects that occupy areas or interactive managed sub-objects.class
class
class
-
Uses of EconomyHandler in com.palmergames.bukkit.towny.object.economy
Subinterfaces of EconomyHandler in com.palmergames.bukkit.towny.object.economyModifier and TypeInterfaceDescriptioninterface
Defines methods necessary for the operation of a bank.Methods in com.palmergames.bukkit.towny.object.economy that return EconomyHandlerMethods in com.palmergames.bukkit.towny.object.economy with parameters of type EconomyHandlerModifier and TypeMethodDescriptionboolean
Account.payTo
(double amount, EconomyHandler collector, String reason) Pays another account the specified funds.Constructors in com.palmergames.bukkit.towny.object.economy with parameters of type EconomyHandlerModifierConstructorDescriptionAccount
(EconomyHandler owner, @NotNull String name, @NotNull UUID uuid, @Nullable Supplier<TownyWorld> worldSupplier) Deprecated.Account
(EconomyHandler owner, @NotNull String name, @NotNull UUID uuid, @Nullable Supplier<TownyWorld> worldSupplier, boolean playerAccount) Account
(EconomyHandler economyHandler, String name) Deprecated.since 0.100.4.6 useAccount(EconomyHandler, String, UUID, Supplier, boolean)
instead.Account
(EconomyHandler economyHandler, String name, org.bukkit.World world) Deprecated.since 0.100.4.6 useAccount(EconomyHandler, String, UUID, Supplier, boolean)
instead. -
Uses of EconomyHandler in com.palmergames.bukkit.towny.object.economy.transaction
Methods in com.palmergames.bukkit.towny.object.economy.transaction with parameters of type EconomyHandlerModifier and TypeMethodDescriptionTransactionBuilder.paidBy
(EconomyHandler handler) TransactionBuilder.paidTo
(EconomyHandler handler)
Account(EconomyHandler, String, UUID, Supplier, boolean)
instead.