Interface Stateful
- All Known Implementing Classes:
LaunchClientCommand.LaunchCommandResult
public interface Stateful
Interface that implies that a commandResult will change the state of the mutable world.
-
Method Summary
Modifier and TypeMethodDescriptionGet the WorldState that the stateful command was evaluated based on
-
Method Details
-
getNextWorldState
WorldState getNextWorldState()Get the WorldState that the stateful command was evaluated based on- Returns:
- the worldState that the commandResult was based on
-