Examples of ScannerModule


Examples of eu.ha3.matmos.game.data.abstractions.scanner.ScannerModule

   
    //this.frequent.add(new MAtProcessorEntityDetector(
    //  this.mod, this.data, "DetectMinDist", "Detect", "_Deltas", ENTITYIDS_MAX, 2, 5, 10, 20, 50));
   
    this.largeScanner =
      new ScannerModule(
        this.data, "_POM__scan_large", "scan_large", true, 8, 20 /*256*/, 64, 32, 64, 16 * 8 * 16/*64 * 64 * 2*/);
    addModule(this.largeScanner);
    addModule(new ScannerModule(
      this.data, "_POM__scan_small", "scan_small", true, -1, 2 /*64*/, 16, 8, 16, 16 * 4 * 16));
    // Each ticks, check half of the small scan
   
    MAtLog.info("Modules initialized: " + Arrays.toString(new TreeSet<String>(this.modules.keySet()).toArray()));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.