Skip to content

Commit

Permalink
feat(registrant): add getRelatedGroupMembers()-method (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier authored Mar 25, 2024
1 parent cfa3851 commit 8733d17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/minevalley/core/api/Registrant.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package minevalley.core.api;

import minevalley.core.api.corporations.Member;
import minevalley.core.api.economy.AccountUser;
import minevalley.core.api.economy.BankAccount;
import minevalley.core.api.mail.Parcel;
Expand Down Expand Up @@ -58,6 +59,8 @@ default String getCroppedName() {

List<AccountUser> getRelatedAccountUsers();

List<Member> getRelatedGroupMembers();

/**
* Gets the address of this registrant.
* <br>
Expand Down

0 comments on commit 8733d17

Please sign in to comment.