Uses of Class
struct.AttackData
Packages that use AttackData
-
Uses of AttackData in struct
Fields in struct declared as AttackDataModifier and TypeFieldDescriptionprivate AttackData
CharacterData.attackData
The attack data that the character is using.Fields in struct with type parameters of type AttackDataModifier and TypeFieldDescriptionprivate Deque<AttackData>
FrameData.projectileData
The projectile data of both characters.Methods in struct that return AttackDataModifier and TypeMethodDescriptionCharacterData.getAttack()
Returns the attack data that the character is using.Methods in struct that return types with arguments of type AttackDataModifier 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.Methods in struct with parameters of type AttackDataModifier and TypeMethodDescriptionvoid
CharacterData.setAttack
(AttackData attack) Sets the character's attack.