public static List<MFlag> getAll(boolean isAsync) {
   setupStandardFlags();
   new EventFactionsCreateFlags(isAsync).run();
   return MFlagColl.get().getAll(PredictateIsRegistered.get());
 }