Uses of Class
nl.minetopiasdb.api.objects.Phone
Packages that use Phone
-
Uses of Phone in nl.minetopiasdb.api.phone
Methods in nl.minetopiasdb.api.phone that return PhoneModifier and TypeMethodDescriptionPhoneManager.createPhone(int phonenumber, UUID owner) Deprecated.Methods in nl.minetopiasdb.api.phone that return types with arguments of type PhoneModifier and TypeMethodDescriptionPhoneManager.createNewPhone(int phonenumber, UUID owner) Automatically register a new phonenumber.PhoneManager.getAllPhones()Get a list of all phone instances.PhoneManager.getPhone(int phonenumber) Get the Phone object for provided phonenumberPhoneManager.getPhones()Deprecated.You should usePhoneManager.getAllPhones()instead.
PhoneManager.createNewPhone(int, UUID)instead.