Class AuctionClaimEvent

java.lang.Object
org.bukkit.event.Event
All Implemented Interfaces:
org.bukkit.event.Cancellable

public class AuctionClaimEvent extends CancelledAuctionEvent
  • Constructor Details

    • AuctionClaimEvent

      public AuctionClaimEvent(org.bukkit.entity.Player player, Transaction transaction, long price, AuctionEconomy economy)
      Parameters:
      player -
      transaction -
      price -
      economy -
  • Method Details

    • getPlayer

      public org.bukkit.entity.Player getPlayer()
      Returns:
      the player
    • getTransaction

      public Transaction getTransaction()
      Returns:
      the transaction
    • getPrice

      public long getPrice()
      Returns:
      the price
    • getEconomy

      public AuctionEconomy getEconomy()
      Returns:
      the economy
    • setPrice

      public void setPrice(long price)
      Parameters:
      price - the price to set
    • setEconomy

      public void setEconomy(AuctionEconomy economy)
      Parameters:
      economy - the economy to set