Class SetGameRoundPacket

java.lang.Object
app.qwertz.luxxit.packet.LuxPacket
app.qwertz.luxxit.packet.SetGameRoundPacket

public class SetGameRoundPacket extends LuxPacket
  • Constructor Details

    • SetGameRoundPacket

      public SetGameRoundPacket()
    • SetGameRoundPacket

      public SetGameRoundPacket(String round)
  • Method Details

    • getPrefix

      public String getPrefix()
      Description copied from class: LuxPacket
      Returns the string prefix identifying this packet type, e.g. "chat: "
      Specified by:
      getPrefix in class LuxPacket
    • formatData

      public String formatData()
      Description copied from class: LuxPacket
      Returns the string representation of the packet data (excluding prefix)
      Specified by:
      formatData in class LuxPacket
    • parseData

      protected void parseData(String dataPart)
      Specified by:
      parseData in class LuxPacket
    • getRound

      public String getRound()