Class SBHandshakePacket

java.lang.Object
org.collebol.shared.packet.Packet
org.collebol.shared.packet.serverBound.SBHandshakePacket
All Implemented Interfaces:
Serializable

public class SBHandshakePacket extends Packet
See Also:
  • Constructor Details

    • SBHandshakePacket

      public SBHandshakePacket(UUID uuid, long currentMilisec, String clientIp)
  • Method Details

    • getUuid

      public UUID getUuid()
    • getClientIp

      public String getClientIp()
    • getCurrentMilisec

      public long getCurrentMilisec()
    • packetId

      public int packetId()
      Specified by:
      packetId in class Packet