Package fr.neatmonster.nocheatplus.components

Examples of fr.neatmonster.nocheatplus.components.NoCheatPlusAPI.addComponent()


    if (engine != null) {
      engine.clear();
      api.removeComponent(engine);
    }
    engine = new LetterEngine(config);
    api.addComponent(engine);
  }

  @Override
  public void onReload() {
    synchronized(engine) {
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.