Class SetCountryOwnerPacket

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

public class SetCountryOwnerPacket extends LuxPacket
  • Constructor Details

    • SetCountryOwnerPacket

      public SetCountryOwnerPacket()
    • SetCountryOwnerPacket

      public SetCountryOwnerPacket(String countryId, String ownerId)
  • 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()
    • getOwnerId

      public String getOwnerId()