Class Character
java.lang.Object
com.csse3200.game.cutscene.models.object.Character
Stores character data.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Character
Creates aCharacter
object with specified id, name, and a map of poses.- Parameters:
id
- The ID of the charactername
- The name of the character (to be displayed in chat box)poses
- AMap<String, String>
of poses (where the key is the pose name, and the value is the file name)
-
-
Method Details
-
getId
-
getName
-
getPoses
-