Package | Description |
---|---|
fighting | |
structs |
Modifier and Type | Method and Description |
---|---|
void |
Motion.setParameters(MotionData motionData,
java.lang.String characterName)
This method receives motionData.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<MotionData> |
GameData.getPlayerOneMotion()
Returns MotionData of the first playerfs character.
A motionfs information can be accessed with the method getPlayerOneMotion().elementAt(index). e.g., playerOneMotion.elementAt(Action.STAND_A.ordinal()).getSpeedX(). |
java.util.Vector<MotionData> |
GameData.getPlayerTwoMotion()
Returns MotionData of the second playerfs character.
A motionfs information can be accessed with the method getPlayerTwoMotion().elementAt(index). e.g., playerTwoMotion.elementAt(Action.STAND_A.ordinal()).getSpeedX(). |