Class EntityShootBowEvent

All Implemented Interfaces:
Cancellable

public final class EntityShootBowEvent extends EntityEvent implements Cancellable
author: Box Nukkit Project
  • Constructor Details

    • EntityShootBowEvent

      public EntityShootBowEvent(Living shooter, ItemStack bow, Entity projectile, double force)
  • Method Details

    • getEntity

      public Living getEntity()
      Overrides:
      getEntity in class EntityEvent
    • getBow

      public ItemStack getBow()
    • getProjectile

      public Entity getProjectile()
    • setProjectile

      public void setProjectile(Entity projectile)
    • getForce

      public double getForce()
    • setForce

      public void setForce(double force)