Interface NativePacketConstructor

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 NativePacketConstructor
Pre-resolved exact-native packet constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Object... arguments)
    Creates one native packet without performing constructor lookup.
  • Method Details

    • create

      Object create(Object... arguments)
      Creates one native packet without performing constructor lookup.
      Parameters:
      arguments - exact native constructor arguments
      Returns:
      native packet