Interface ServerLifecycleEvents.ServerStarting

Enclosing class:
ServerLifecycleEvents
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public static interface ServerLifecycleEvents.ServerStarting
  • Method Summary

    Modifier and Type Method Description
    void onServerStarting​(net.minecraft.server.MinecraftServer server)  
  • Method Details

    • onServerStarting

      void onServerStarting​(net.minecraft.server.MinecraftServer server)