public MemberActionLaunchLocation addActionLaunch(Vector offset, double targetvelocity) {
return addActionLaunch(owner.getEntity().getLocation().add(offset), targetvelocity);
}
public MemberActionLaunchDirection addActionLaunch(final BlockFace direction, double targetdistance, double targetvelocity) {
return addGroupAction(new MemberActionLaunchDirection(targetdistance, targetvelocity, direction));
}