mixins: use a ClanMember for ClanMemberJoined/Left

This commit is contained in:
trimbe
2019-03-03 19:15:35 -05:00
parent 5104b39758
commit e9597e85d8
4 changed files with 26 additions and 8 deletions

View File

@@ -37,6 +37,9 @@ public interface RSNameableContainer<T extends RSNameable>
@Import("isMember")
boolean isMember(RSName var1);
@Import("findByName")
T findByName(RSName name);
/**
* Method called by the container when an element is added
* @param name