Interface ProtocolInfo.Unbound.PacketVisitor

Enclosing interface:
ProtocolInfo.Unbound<T extends PacketListener,B extends io.netty.buffer.ByteBuf>
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 ProtocolInfo.Unbound.PacketVisitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(PacketType<?> p_344942_, int p_345343_)
     
  • Method Details

    • accept

      void accept(PacketType<?> p_344942_, int p_345343_)