Exemple #1
0
  public final void run() {
    if (!entity.isValid()) {
      stop();
      return;
    }

    runEffect();
  }