Interface TransferPacketView

All Superinterfaces:
PacketView

public interface TransferPacketView extends PacketView
Copy-on-write view of a clientbound server transfer.
  • Method Details

    • host

      String host()
    • port

      int port()
    • host

      void host(String host)
    • port

      void port(int port)