Interface ParseToken.CenterListConsumer
- Enclosing class:
ParseToken
public static interface ParseToken.CenterListConsumer
Interface representing instance methods that consume center lists.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(List<BodyFacade> bodyFacades) Consume a body center.
-
Method Details
-
accept
Consume a body center.- Parameters:
bodyFacades- facades for celestial bodies name and bodies
-