com.threerings.crowd.server
Class LocationSender
java.lang.Object
com.threerings.presents.server.InvocationSender
com.threerings.crowd.server.LocationSender
public class LocationSender
- extends InvocationSender
Used to issue notifications to a LocationReceiver instance on a
client.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationSender
public LocationSender()
forcedMove
public static void forcedMove(ClientObject target,
int arg1)
- Issues a notification that will result in a call to
LocationReceiver.forcedMove(int) on a client.