Class Transaction
java.lang.Object
com.palmergames.bukkit.towny.object.Transaction
-
Constructor Summary
ConstructorDescriptionTransaction
(TransactionType type, org.bukkit.command.CommandSender sender, double amount) -
Method Summary
Modifier and TypeMethodDescriptiondouble
org.bukkit.command.CommandSender
@Nullable org.bukkit.entity.Player
Deprecated.getType()
-
Constructor Details
-
Transaction
-
-
Method Details
-
getType
-
getCommandSender
public org.bukkit.command.CommandSender getCommandSender() -
getPlayer
Deprecated.since 0.100.2.10 usegetCommandSender()
instead.- Returns:
- the Player or null if the command came from the console.
-
getAmount
public double getAmount()
-
getCommandSender()
instead.