Пример #1
0
 /**
  * @param m
  * @return
  */
 public static boolean hasBSA(Mod m) {
   return hasBSA(m.getInfo());
 }
Пример #2
0
 /**
  * Returns BSA object associated with mod, or null if there is none.
  *
  * @param m
  * @return
  */
 public static BSA getBSA(Mod m) {
   return getBSA(m.getInfo());
 }