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, getShop
public ShopCreateEvent(org.bukkit.entity.Player player, Shop shop, double creationPrice)
public double getCreationPrice()
public boolean isCancelled()
isCancelled
in interface org.bukkit.event.Cancellable
public void setCancelled(boolean cancel)
setCancelled
in interface org.bukkit.event.Cancellable
Copyright © 2017. All rights reserved.