Package | Description |
---|---|
fighting | |
structs |
Modifier and Type | Method and Description |
---|---|
HitArea |
Motion.getHitArea() |
HitArea |
Attack.getHitAreaNow()
Returns HitArea's information of this attack hit box in the current frame.
|
HitArea |
Attack.getHitAreaSetting()
Returns HitArea's setting information.
|
Modifier and Type | Method and Description |
---|---|
void |
Motion.setHitArea(HitArea hit) |
void |
Attack.setHitAreaNow(HitArea hitAreaNow)
Sets HitArea's information of this attack hit box in the current frame.
|
void |
Attack.setHitAreaSetting(HitArea hitAreaSetting)
Sets HitArea's setting information.
|
Constructor and Description |
---|
Attack(HitArea hitAreaInput,
int SpeedXInput,
int SpeedYInput,
int InvokeInput,
int IntervalInput,
int RepeatInput,
int activeInput,
int HDamegeInput,
int GDamageInput,
int SAddEnergyInput,
int HAddEnergyInput,
int GAddEnergyInput,
int GiveEnergyInput,
int ImpactXInput,
int ImpactYInput,
int GiveGuardRecovInput,
int KnockBackInput,
int HitStopInput,
int AttackTypeInput,
boolean DownPropInput,
org.newdawn.slick.Image ImageInput) |
Modifier and Type | Field and Description |
---|---|
HitArea |
MotionData.attackHit
the information on the attack hit box
|
HitArea |
MotionData.hit
the information on the hit box (boundary box in other games)
|
Modifier and Type | Method and Description |
---|---|
HitArea |
MotionData.getAttackHit()
Returns the information on the attack hit box.
|
HitArea |
MotionData.getHit()
Returns the information on the hit box (boundary box in other games).
|
Modifier and Type | Method and Description |
---|---|
void |
MotionData.setAttackHit(HitArea attackHit)
Sets the information on the attack hit box
|
void |
MotionData.setHit(HitArea hit)
Sets the information on the hit box (boundary box in other games).
|
void |
HitArea.setParameters(HitArea hit)
This method receives hit and sets all of its parameters.
|