static BufferedImage shootScreen2_possiblyBroken() { ret shootScreen2_possiblyBroken(screenRectangle()); } static BufferedImage shootScreen2_possiblyBroken(Rectangle area) ctex { ping(); ret new Robot().createScreenCapture(area); } static BufferedImage shootScreen2_possiblyBroken(Rect area) { ret shootScreen2_possiblyBroken(area.getRectangle()); } static BufferedImage shootScreen2_possiblyBroken(int x, int y, int w, int h) { ret shootScreen2_possiblyBroken(new Rectangle(x, y, w, h)); }