Package com.kellerkindt.scs.interfaces

Examples of com.kellerkindt.scs.interfaces.ShopHandler.start()


               
            ShowCaseStandalone.slog(Level.INFO, "Reloading shops from storage.");
            storage.load(sh);
           
            ShowCaseStandalone.slog(Level.INFO, "Starting shop update task.");
            sh.start();
           
            ShowCaseStandalone.slog(Level.INFO, "Showing display items in loaded chunks.");
            sh.showAll();
           
      } catch (Exception ioe) {
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.