Interface SubDataSender

All Superinterfaces:
DataSender
All Known Implementing Classes:
ForwardedDataSender, SubDataClient

public interface SubDataSender extends DataSender
SubData Data Sender Layout Class
  • Method Details

    • sendPacket

      void sendPacket(PacketOut... packets)
      Send a packet to the Sender
      Parameters:
      packets - Packets to send
    • getConnection

      SubDataClient getConnection()
      Get the Client that connects this Sender to us
      Specified by:
      getConnection in interface DataSender
      Returns:
      Client
    • getProtocol

      SubDataProtocol getProtocol()
      Get the Protocol used by this Sender
      Specified by:
      getProtocol in interface DataSender
      Returns:
      Sender Protocol