/** * @param m * @return */ public static boolean hasBSA(Mod m) { return hasBSA(m.getInfo()); }
/** * 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()); }