use of net.aufdemrand.denizen.nms.impl.entities.EntityFakeArrow_v1_10_R1 in project Denizen-For-Bukkit by DenizenScript.
the class CustomEntityHelper_v1_10_R1 method spawnFakeArrow.
@Override
public FakeArrow spawnFakeArrow(Location location) {
CraftWorld world = (CraftWorld) location.getWorld();
EntityFakeArrow_v1_10_R1 arrow = new EntityFakeArrow_v1_10_R1(world, location);
return arrow.getBukkitEntity();
}
Aggregations