Home
last modified time | relevance | path

Searched refs:getLastTouchedFloorTime (Results 1 – 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGameObject.java208 public final float getLastTouchedFloorTime() { in getLastTouchedFloorTime() method in GameObject
DNPCAnimationComponent.java123 final float airTime = time.getGameTime() - parentObject.getLastTouchedFloorTime(); in shouldFall()