public class ShopCreateEvent extends ShopEvent implements org.bukkit.event.Cancellable
| Constructor and Description |
|---|
ShopCreateEvent(org.bukkit.entity.Player player,
Shop shop,
double creationPrice) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCreationPrice() |
boolean |
isCancelled() |
void |
setCancelled(boolean cancel) |
getHandlerList, getHandlers, getPlayer, getShoppublic ShopCreateEvent(org.bukkit.entity.Player player,
Shop shop,
double creationPrice)
public double getCreationPrice()
public boolean isCancelled()
isCancelled in interface org.bukkit.event.Cancellablepublic void setCancelled(boolean cancel)
setCancelled in interface org.bukkit.event.CancellableCopyright © 2017. All rights reserved.