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

public class Beat extends Object
Stores beat data.
  • Constructor Details

    • Beat

      public Beat(String id, Advance advance, List<ActionData> actions)
      Creates a Beat object with specified id, advance, and actions
      Parameters:
      id - ID of the beat
      advance - The Advance object for the beat
      actions - A List of ActionData (actions) that the beat executes
  • Method Details