Skip to content

Commit

Permalink
add address object to registrant class
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier committed Mar 25, 2024
1 parent e1f0869 commit 5ebaa8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/minevalley/core/api/Registrant.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import minevalley.core.api.economy.AccountUser;
import minevalley.core.api.economy.BankAccount;
import minevalley.core.api.mail.Parcel;
import minevalley.core.api.regions.Address;
import minevalley.core.api.regions.Residence;
import minevalley.core.api.users.OnlineUser;
import minevalley.core.api.users.User;
Expand Down Expand Up @@ -68,7 +69,7 @@ default String getCroppedName() {
*
* @return this registrants address as residence
*/
Residence getAddress();
Address getAddress();

/**
* Delivers the given parcel securely. If this registrant doesn't have an address, it is sent to...
Expand Down

0 comments on commit 5ebaa8e

Please sign in to comment.