Class UdpConnection

java.lang.Object
zombie.spnetwork.UdpConnection

public final class UdpConnection
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    IsoPlayer[] players  
  • Constructor Summary

    Constructors
    Constructor Description
    UdpConnection​(UdpEngine udpEngine)  
  • Method Summary

    Modifier and Type Method Description
    void cancelPacket()  
    void endPacketImmediate()  
    boolean ReleventTo​(float float1, float float2)  
    ByteBufferWriter startPacket()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • UdpConnection

      public UdpConnection​(UdpEngine udpEngine)
  • Method Details

    • ReleventTo

      public boolean ReleventTo​(float float1, float float2)
    • startPacket

      public ByteBufferWriter startPacket()
    • endPacketImmediate

      public void endPacketImmediate()
    • cancelPacket

      public void cancelPacket()