Class Transaction

java.lang.Object
com.palmergames.bukkit.towny.object.Transaction

@Deprecated public class Transaction extends Object
Deprecated.
since 0.100.4.0 use Transaction instead.
  • Constructor Details

    • Transaction

      public Transaction(TransactionType type, org.bukkit.command.CommandSender sender, double amount)
      Deprecated.
  • Method Details

    • getType

      public TransactionType getType()
      Deprecated.
    • getCommandSender

      public org.bukkit.command.CommandSender getCommandSender()
      Deprecated.
    • getPlayer

      @Deprecated @Nullable public @Nullable org.bukkit.entity.Player getPlayer()
      Deprecated.
      since 0.100.2.10 use getCommandSender() instead.
      Returns:
      the Player or null if the command came from the console.
    • getAmount

      public double getAmount()
      Deprecated.