Class FallDamage
java.lang.Object
zombie.characters.FallDamage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
boolean
boolean
isFall()
boolean
boolean
boolean
boolean
boolean
boolean
void
registerDebugGameVariables
(IsoGameCharacter character) void
registerVariableCallbacks
(IsoGameCharacter character) void
reset()
void
setLandingImpact
(float float0)
-
Constructor Details
-
FallDamage
public FallDamage()
-
-
Method Details
-
registerVariableCallbacks
-
registerDebugGameVariables
-
reset
public void reset() -
setLandingImpact
public void setLandingImpact(float float0) -
isFall
public boolean isFall() -
isDamagingFall
public boolean isDamagingFall() -
isLightFall
public boolean isLightFall() -
isMoreThanLightFall
public boolean isMoreThanLightFall() -
isHardFall
public boolean isHardFall() -
isMoreThanHardFall
public boolean isMoreThanHardFall() -
isSevereFall
public boolean isSevereFall() -
isLethalFall
public boolean isLethalFall() -
getImpactIsoSpeed
public float getImpactIsoSpeed() -
getFallImpactSeverity
-