public boolean isBrickExist() { return effectUtil.getNeedHitCount() != 0; }
private void setEffect(int whichBrickType) { effectUtil = new EffectUtil(ballView, this); effectUtil.setEffect(whichBrickType); }