Interface ServerConfigurationConnectionEvents.AddTasks

All Superinterfaces:
EventAwareListener
Enclosing class:
ServerConfigurationConnectionEvents
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 ServerConfigurationConnectionEvents.AddTasks extends EventAwareListener
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAddTasks(net.minecraft.server.network.ServerConfigurationNetworkHandler handler, net.minecraft.server.MinecraftServer server)
     
  • Method Details

    • onAddTasks

      void onAddTasks(net.minecraft.server.network.ServerConfigurationNetworkHandler handler, net.minecraft.server.MinecraftServer server)