Skip to content

Point Defense Interface #47

Description

@Virus5600

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

additionNew feature or requestdocumentationImprovements or additions to documentation

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions