Class Transaction
java.lang.Object
com.palmergames.bukkit.towny.object.Transaction
Deprecated.
-
Constructor Summary
ConstructorDescriptionTransaction
(TransactionType type, org.bukkit.command.CommandSender sender, double amount) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiondouble
Deprecated.org.bukkit.command.CommandSender
Deprecated.@Nullable org.bukkit.entity.Player
Deprecated.since 0.100.2.10 usegetCommandSender()
instead.getType()
Deprecated.
-
Constructor Details
-
Transaction
Deprecated.
-
-
Method Details
-
getType
Deprecated. -
getCommandSender
public org.bukkit.command.CommandSender getCommandSender()Deprecated. -
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()Deprecated.
-
Transaction
instead.