I'll explain, because it's quite useful.
GeneralMethods.getCircle(loc, radius, height, hollow, sphere, plusY);
returns a list of locations ( or blocks, not sure :confused: ), then, you can loop through it:
for(Location circle : GeneralMethods.getCircle(loc, radius, height, hollow, sphere...