Interface IPayloadHandler<T extends CustomPacketPayload>

Type Parameters:
T - The type of payload.
All Known Implementing Classes:
DirectionalPayloadHandler, MainThreadPayloadHandler, ModMismatchTest
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 IPayloadHandler<T extends CustomPacketPayload>
Callback for handling custom packets.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(T payload, IPayloadContext context)
    Handles the payload with the supplied context.