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, getCustomBowItemStackgetCustomBow, getHandlerList, getHandlerspublic 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.Cancellablepublic void setCancelled(boolean cancel)
setCancelled in interface org.bukkit.event.Cancellable