public class SureFireKillAdjudicator extends java.lang.Object implements Adjudicator
Constructor and Description |
---|
SureFireKillAdjudicator() |
Modifier and Type | Method and Description |
---|---|
void |
adjudicate(Munition munition,
Target target)
Calls
kill on the Target if the actual location
of the Target is inside the impact Shape of the Munition. |
public void adjudicate(Munition munition, Target target)
kill
on the Target if the actual location
of the Target is inside the impact Shape of the Munition.adjudicate
in interface Adjudicator
munition
- Given Munitiontarget
- Given Target