Package | Description |
---|---|
commandcenter | |
structs |
Modifier and Type | Method and Description |
---|---|
CharacterData |
CommandCenter.getEnemyCharacter()
Gets the character data of the opponent.
|
CharacterData |
CommandCenter.getMyCharacter()
Gets the character data of self.
|
Modifier and Type | Field and Description |
---|---|
CharacterData |
FrameData.P1
the first character's data
|
CharacterData |
FrameData.P2
the second character's data
|
Modifier and Type | Method and Description |
---|---|
CharacterData |
FrameData.getP1()
Returns the first character's data.
|
CharacterData |
FrameData.getP2()
Returns the second character's data.
|
Constructor and Description |
---|
FrameData(CharacterData P1,
CharacterData P2,
long remainingTime,
int round,
java.util.Deque<Attack> attack,
KeyData keyData)
This method receives the data from an instance of the Fighting class.
|