public void renderIcon(double x, double y) { icon.draw(x, y); }
@Override public void render() { glow.draw(x - 64, y - 64); icon.draw(x - icon.width, y - icon.height, icon.width * 2, icon.height * 2); }