Interface ResponseDataConsumer

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 interface ResponseDataConsumer
Consumer used to fill a ResponseData object before being sent to a connection.

Can be specified in MinecraftServer.start(String, int, ResponseDataConsumer).

  • Method Summary

    Modifier and Type Method Description
    void accept​(PlayerConnection playerConnection, ResponseData responseData)