public class AuctionBuyEvent extends AuctionEvent
| Constructor and Description |
|---|
AuctionBuyEvent(AuctionItem item,
org.bukkit.entity.Player player,
long price) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPrice() |
boolean |
isForced() |
void |
setForced(boolean forceSell) |
void |
setPrice(long price) |
getHandlerList, getHandlers, getItem, getPlayer, isCancelled, setCancelledpublic AuctionBuyEvent(AuctionItem item, org.bukkit.entity.Player player, long price)