Class ServerModLoader


  • public class ServerModLoader
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static boolean hasErrors  
      private static org.apache.logging.log4j.Logger LOGGER  
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerModLoader()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean hasErrors()  
      static void load()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOGGER

        private static final org.apache.logging.log4j.Logger LOGGER
      • hasErrors

        private static boolean hasErrors
    • Constructor Detail

      • ServerModLoader

        public ServerModLoader()
    • Method Detail

      • load

        public static void load()
      • hasErrors

        public static boolean hasErrors()