Interface PaperPacketBridge.NativeConnection

Enclosing class:
PaperPacketBridge
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 PaperPacketBridge.NativeConnection
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(Object packet)
     
  • Method Details

    • send

      void send(Object packet)