Home
last modified time | relevance | path

Searched refs:getLastDeathPosition (Results 1 – 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DEventRecorder.java41 synchronized Vector2 getLastDeathPosition() { in getLastDeathPosition() method in EventRecorder
DGame.java538 public Vector2 getLastDeathPosition() { in getLastDeathPosition() method in Game
539 return BaseObject.sSystemRegistry.eventRecorder.getLastDeathPosition(); in getLastDeathPosition()
DAndouKun.java515 mGame.getLastDeathPosition().x, in onGameFlowEvent()
516 mGame.getLastDeathPosition().y, in onGameFlowEvent()