Interface OrbitWorld
- All Known Implementing Classes:
EarthOrbit
public interface OrbitWorld
An interface implemented by
AlienWorlds to indicate that they are a space world orbiting
another PlanetaryObject-
Method Summary
-
Method Details
-
getPlanet
Gets thePlanetaryObjectthat this world is orbiting- Returns:
- the
PlanetaryObjectthat this world is orbiting
-