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

public class Choice extends Object
Stores Choice data.
  • Constructor Details

    • Choice

      public Choice(String type, String line, String cutsceneId, String entryBeatId)
      Creates a Choice object with type, line, cutsceneId, and entryBeatId
      Parameters:
      type - Type of choice
      line - The text of the choice
      cutsceneId - The ID of the cutscene to go to
      entryBeatId - The beat of the cutscene to go to
  • Method Details

    • getType

      public String getType()
    • getLine

      public String getLine()
    • getCutsceneId

      public String getCutsceneId()
    • getEntryBeatId

      public String getEntryBeatId()