Search in sources :

Example 1 with EntityFakeArrow_v1_8_R3

use of net.aufdemrand.denizen.nms.impl.entities.EntityFakeArrow_v1_8_R3 in project Denizen-For-Bukkit by DenizenScript.

the class CustomEntityHelper_v1_8_R3 method spawnFakeArrow.

@Override
public FakeArrow spawnFakeArrow(Location location) {
    CraftWorld world = (CraftWorld) location.getWorld();
    EntityFakeArrow_v1_8_R3 arrow = new EntityFakeArrow_v1_8_R3(world, location);
    return arrow.getBukkitEntity();
}
Also used : EntityFakeArrow_v1_8_R3(net.aufdemrand.denizen.nms.impl.entities.EntityFakeArrow_v1_8_R3) CraftWorld(org.bukkit.craftbukkit.v1_8_R3.CraftWorld)

Aggregations

EntityFakeArrow_v1_8_R3 (net.aufdemrand.denizen.nms.impl.entities.EntityFakeArrow_v1_8_R3)1 CraftWorld (org.bukkit.craftbukkit.v1_8_R3.CraftWorld)1