Interface ProtocolInfo.Details.PacketVisitor

Enclosing interface:
ProtocolInfo.Details
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.Details.PacketVisitor
  • Method Summary

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

    • accept

      void accept(PacketType<?> p_412420_, int p_412112_)