Class ExitMemento
java.lang.Object
de.tum.cit.fop.maze.game_saves.mementos.GameObjectMemento
de.tum.cit.fop.maze.game_saves.mementos.ExitMemento
- All Implemented Interfaces:
Memento
Memento storing Exit state including locked status.
-
Field Summary
FieldsFields inherited from class de.tum.cit.fop.maze.game_saves.mementos.GameObjectMemento
animationType, objectType, positionX, positionY, speed, velocityX, velocityY -
Constructor Summary
ConstructorsConstructorDescriptionExitMemento(float positionX, float positionY, boolean isLocked, String animationType) -
Method Summary
-
Field Details
-
isLocked
public boolean isLocked
-
-
Constructor Details
-
ExitMemento
public ExitMemento() -
ExitMemento
-