Interface PacketExecutor<T>


  • public interface PacketExecutor<T>
    This class is responsible to execute the incoming packets.
    • Method Detail

      • execute

        void execute​(ReadablePacket<T> packet)
        Executes the packet.
        Parameters:
        packet - the packet to be executed.