Class Character

java.lang.Object
com.csse3200.game.cutscene.models.object.Character

public class Character extends Object
Stores character data.
  • Constructor Details

    • Character

      public Character(String id, String name, Map<String,String> poses)
      Creates a Character object with specified id, name, and a map of poses.
      Parameters:
      id - The ID of the character
      name - The name of the character (to be displayed in chat box)
      poses - A Map<String, String> of poses (where the key is the pose name, and the value is the file name)
  • Method Details