Package com.fs.starfarer.api.campaign
Interface CommDirectoryAPI
public interface CommDirectoryAPI
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
getEntryForPerson
(PersonAPI person) getEntryForPerson
(String personId) void
removeEntry
(CommDirectoryEntryAPI entry) void
removeEntry
(String id) void
removePerson
(PersonAPI person) Removes all comm entries associated with this person.
-
Method Details
-
addPerson
-
addPerson
-
removePerson
Removes all comm entries associated with this person.- Parameters:
person
-
-
removeEntry
-
removeEntry
-
clear
void clear() -
getEntriesCopy
List<CommDirectoryEntryAPI> getEntriesCopy() -
getEntryForPerson
-
getEntryForPerson
-