Class Transaction
java.lang.Object
com.palmergames.bukkit.towny.object.Transaction
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionTransaction(TransactionType type, org.bukkit.command.CommandSender sender, double amount) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiondoubleDeprecated.org.bukkit.command.CommandSenderDeprecated.@Nullable org.bukkit.entity.PlayerDeprecated.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.
-
Transactioninstead.