Class ServerLifecycleHooks

java.lang.Object
net.minecraftforge.fmllegacy.server.ServerLifecycleHooks

public class ServerLifecycleHooks extends Object
  • Field Details

    • LOGGER

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

      private static final org.apache.logging.log4j.Marker SERVERHOOKS
    • SERVERCONFIG

      private static final LevelResource SERVERCONFIG
    • exitLatch

      private static volatile CountDownLatch exitLatch
    • currentServer

      private static MinecraftServer currentServer
    • allowLogins

      private static AtomicBoolean allowLogins
  • Constructor Details

    • ServerLifecycleHooks

      public ServerLifecycleHooks()
  • Method Details