Interface Missile
-
public interface Missile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompositeIdAndPosition
getTarget()
int
getTeam()
-
-
-
Method Detail
-
getTeam
int getTeam()
-
getTarget
CompositeIdAndPosition getTarget()
-
-