Home
last modified time | relevance | path

Searched refs:lastReceivedHitType (Results 1 – 6 of 6) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGameObject.java50 public int lastReceivedHitType; field in GameObject
116 lastReceivedHitType = HitType.INVALID; in reset()
DHitReactionComponent.java238 parent.lastReceivedHitType = hitType; in receivedHit()
261 parentObject.lastReceivedHitType = CollisionParameters.HitType.INVALID; in update()
DButtonAnimationComponent.java53 parentObject.lastReceivedHitType == CollisionParameters.HitType.DEPRESS) { in update()
DNPCComponent.java249 if (parentObject.lastReceivedHitType != HitType.COLLECT) { in executeCommand()
261 parentObject.lastReceivedHitType = HitType.INVALID; in executeCommand()
DPlayerComponent.java276 && parentObject.lastReceivedHitType != HitType.INVALID in update()
426 if (parentObject.lastReceivedHitType == CollisionParameters.HitType.LAUNCH) { in gotoHitReact()
DAnimationComponent.java287 boolean explodingDeath = parentObject.lastReceivedHitType == HitType.DEATH; in update()