com.threerings.tudey.util
Class MobileAdvancer

java.lang.Object
  extended by com.threerings.tudey.util.ActorAdvancer
      extended by com.threerings.tudey.util.MobileAdvancer
Direct Known Subclasses:
ActiveAdvancer

public class MobileAdvancer
extends ActorAdvancer

Advancer for mobile actors.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.util.ActorAdvancer
ActorAdvancer.Environment
 
Constructor Summary
MobileAdvancer(ActorAdvancer.Environment environment, Mobile mobile, int timestamp)
          Creates a new advancer for the supplied mobile.
 
Method Summary
 void init(Actor actor, int timestamp)
          (Re)initializes the advancer.
 
Methods inherited from class com.threerings.tudey.util.ActorAdvancer
advance, getActor, getTimestamp, jump, transfer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileAdvancer

public MobileAdvancer(ActorAdvancer.Environment environment,
                      Mobile mobile,
                      int timestamp)
Creates a new advancer for the supplied mobile.

Method Detail

init

public void init(Actor actor,
                 int timestamp)
Description copied from class: ActorAdvancer
(Re)initializes the advancer.

Overrides:
init in class ActorAdvancer


Copyright © 2011. All Rights Reserved.