MechJeb service
- public class MechJeb
 This service provides functionality to interact with MechJeb 2.
- boolean getAPIReady()
 A value indicating whether the service is available.
- Game Scenes:
 Flight
- AirplaneAutopilot getAirplaneAutopilot()
 - Game Scenes:
 Flight
- DeployableController getAntennaController()
 - Game Scenes:
 Flight
- AscentAutopilot getAscentAutopilot()
 - Game Scenes:
 Flight
- DockingAutopilot getDockingAutopilot()
 - Game Scenes:
 Flight
- LandingAutopilot getLandingAutopilot()
 - Game Scenes:
 Flight
- ManeuverPlanner getManeuverPlanner()
 - Game Scenes:
 Flight
- NodeExecutor getNodeExecutor()
 - Game Scenes:
 Flight
- RCSController getRCSController()
 - Game Scenes:
 Flight
- RendezvousAutopilot getRendezvousAutopilot()
 - Game Scenes:
 Flight
- DeployableController getSolarPanelController()
 - Game Scenes:
 Flight
- StagingController getStagingController()
 - Game Scenes:
 Flight
- TargetController getTargetController()
 - Game Scenes:
 Flight
- ThrustController getThrustController()
 - Game Scenes:
 Flight
- Translatron getTranslatron()
 - Game Scenes:
 Flight
- public class MJServiceException
 General exception for errors in the service.