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