-
-
Notifications
You must be signed in to change notification settings - Fork 2
Point Defense Interface #47
Copy link
Copy link
Open
Labels
additionNew feature or requestNew feature or requestdocumentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
additionNew feature or requestNew feature or requestdocumentationImprovements or additions to documentationImprovements or additions to documentation
Create a point-defense interface class that will allow turrets to have a point defense capability.
Said interface will provide these abstract methods:
boolean isValidTarget(Entity): A predicate method that identifies if an entity is a valid target for the point defense.Entity getOwner(): A getter that retrieves the owner of the PD attack.Entity getDeployer(): A getter that retrieves the owner of the PD (the one who deployed the PD).