public class ArrowFromCustomBowHit
extends java.lang.Object
implements org.bukkit.event.Listener
Constructor and Description |
---|
ArrowFromCustomBowHit() |
Modifier and Type | Method and Description |
---|---|
static void |
addArrow(org.bukkit.entity.Entity entity,
CustomItemStack cBowStack,
org.bukkit.entity.LivingEntity owner) |
static boolean |
containsArrow(org.bukkit.entity.Entity arrow) |
static BowStackContainer |
getBowStackContainer(org.bukkit.entity.Entity arrow) |
void |
onArrowFromCustomBowHit(ArrowFromCustomBowHitEvent event) |
static void |
removeArrow(org.bukkit.entity.Entity arrow) |
public static void addArrow(org.bukkit.entity.Entity entity, CustomItemStack cBowStack, org.bukkit.entity.LivingEntity owner)
public static boolean containsArrow(org.bukkit.entity.Entity arrow)
public static BowStackContainer getBowStackContainer(org.bukkit.entity.Entity arrow)
public static void removeArrow(org.bukkit.entity.Entity arrow)
public void onArrowFromCustomBowHit(ArrowFromCustomBowHitEvent event)