public class EntityShootCustomBowEvent extends CustomBowStackEvent implements org.bukkit.event.Cancellable
Constructor and Description |
---|
EntityShootCustomBowEvent(org.bukkit.event.entity.EntityShootBowEvent event,
CustomItemStack cBowStack) |
Modifier and Type | Method and Description |
---|---|
org.bukkit.event.entity.EntityShootBowEvent |
getEntityShootBowEvent() |
boolean |
isCancelled() |
void |
setCancelled(boolean cancel) |
checkStackForBow, getCustomBowItemStack
getCustomBow, getHandlerList, getHandlers
public EntityShootCustomBowEvent(org.bukkit.event.entity.EntityShootBowEvent event, CustomItemStack cBowStack)
public org.bukkit.event.entity.EntityShootBowEvent getEntityShootBowEvent()
public boolean isCancelled()
isCancelled
in interface org.bukkit.event.Cancellable
public void setCancelled(boolean cancel)
setCancelled
in interface org.bukkit.event.Cancellable