Class PhoneContact

java.lang.Object
nl.minetopiasdb.api.objects.PhoneContact

public class PhoneContact extends Object
PhoneContact object used in the PhoneManager object.
  • Constructor Details

    • PhoneContact

      public PhoneContact(long rowId, int phoneNumber, UUID uuid)
  • Method Details

    • getRowId

      public long getRowId()
      Get the SQL row ID of this phone contact
      Returns:
      sql row id
    • getPhoneNumber

      public int getPhoneNumber()
      Get the phonenumber of this contact without prefix (e.g. 06)
      Returns:
      phonenumber
    • getOwnerUUID

      public UUID getOwnerUUID()
      Get the UUID of the player that owns this phonenumber
      Returns:
      uuid