Class JunkieMemento
java.lang.Object
de.tum.cit.fop.maze.game_saves.mementos.GameObjectMemento
de.tum.cit.fop.maze.game_saves.mementos.JunkieMemento
- All Implemented Interfaces:
Memento
Memento storing Junkie enemy state.
-
Field Summary
Fields inherited from class de.tum.cit.fop.maze.game_saves.mementos.GameObjectMemento
animationType, objectType, positionX, positionY, speed, velocityX, velocityY -
Constructor Summary
ConstructorsConstructorDescriptionJunkieMemento(float positionX, float positionY, float velocityX, float velocityY, float speed, String animationType) -
Method Summary
-
Constructor Details
-
JunkieMemento
public JunkieMemento() -
JunkieMemento
public JunkieMemento(float positionX, float positionY, float velocityX, float velocityY, float speed, String animationType)
-