package sourcecoded.quantum.util.shapes; public interface SphereCallback { void call(int x, int y, int z); }