Class UpdatePlayerScorePacket

java.lang.Object
network.protocol.Packet
network.protocol.packets.UpdatePlayerScorePacket
All Implemented Interfaces:
Serializable

public class UpdatePlayerScorePacket extends Packet
See Also:
  • Constructor Details

    • UpdatePlayerScorePacket

      public UpdatePlayerScorePacket(int playerId, int cellsLeft)
  • Method Details

    • getPlayerId

      public int getPlayerId()
    • getCellsLeft

      public int getCellsLeft()
    • accept

      public void accept(PacketVisitor packetVisitor)
      Specified by:
      accept in class Packet