Class SelectCountryPacket

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

public class SelectCountryPacket extends LuxPacket
  • Constructor Details

    • SelectCountryPacket

      public SelectCountryPacket()
    • SelectCountryPacket

      public SelectCountryPacket(String country)
  • 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
    • getCountryId

      public String getCountryId()