Example #1
0
 /**
  * Get a list of all BaseMod loaded into the system {@link ModLoaderModContainer#findAll}
  *
  * @return
  */
 public static List<BaseMod> getLoadedMods() {
   return ModLoaderModContainer.findAll(BaseMod.class);
 }