Uses of Class
struct.AttackData
-
Uses of AttackData in struct
Modifier and TypeFieldDescriptionprivate AttackData
CharacterData.attackData
The attack data that the character is using.Modifier and TypeFieldDescriptionprivate Deque<AttackData>
FrameData.projectileData
The projectile data of both characters.Modifier and TypeMethodDescriptionCharacterData.getAttack()
Returns the attack data that the character is using.Modifier and TypeMethodDescriptionFrameData.getProjectiles()
Returns the projectile data of both characters.FrameData.getProjectilesByP1()
Returns the projectile data of player 1.FrameData.getProjectilesByP2()
Returns the projectile data of player 2.Modifier and TypeMethodDescriptionvoid
CharacterData.setAttack
(AttackData attack) Sets the character's attack.