Class Beat
java.lang.Object
com.csse3200.game.cutscene.models.object.Beat
Stores beat data.
-
Constructor Details
-
Beat
Creates aBeat
object with specified id, advance, and actions- Parameters:
id
- ID of the beatadvance
- TheAdvance
object for the beatactions
- A List ofActionData
(actions) that the beat executes
-
-
Method Details
-
getId
-
getAdvance
-
getActions
-