Interface IPlayerCollective

All Known Implementing Classes:
Nation, Town

public interface IPlayerCollective
  • Method Details

    • onlineResidents

      default Map<String,Resident> onlineResidents(List<Resident> residents, BaseEntity<?> parent)
      Returns a new list of residents who are found to be online in the parent map.
      Parameters:
      residents - The Resident list to perform filtering on.
      parent - The parent of this entity who provides the map name of the current instance.
      Returns:
      A new list of Resident objects who are online.