Uses of Class
com.threerings.tudey.data.InputFrame

Packages that use InputFrame
com.threerings.tudey.client   
com.threerings.tudey.data Tudey data. 
com.threerings.tudey.server   
com.threerings.tudey.server.logic   
com.threerings.tudey.util   
 

Uses of InputFrame in com.threerings.tudey.client
 

Methods in com.threerings.tudey.client with parameters of type InputFrame
 void TudeySceneService.enqueueInputReliable(int acknowledge, int smoothedTime, InputFrame[] frames)
          Requests to enqueue a batch of input frames recorded on the client (reliable version).
 void TudeySceneService.enqueueInputUnreliable(int acknowledge, int smoothedTime, InputFrame[] frames)
          Requests to enqueue a batch of input frames recorded on the client (unreliable version).
 

Uses of InputFrame in com.threerings.tudey.data
 

Methods in com.threerings.tudey.data with parameters of type InputFrame
 void TudeySceneMarshaller.enqueueInputReliable(int arg1, int arg2, InputFrame[] arg3)
           
 void TudeySceneMarshaller.enqueueInputUnreliable(int arg1, int arg2, InputFrame[] arg3)
           
 

Uses of InputFrame in com.threerings.tudey.server
 

Methods in com.threerings.tudey.server with parameters of type InputFrame
 void ClientLiaison.enqueueInput(int acknowledge, int ping, InputFrame[] frames)
          Processes a request to enqueue input received from a client.
 void TudeySceneProvider.enqueueInputReliable(com.threerings.presents.data.ClientObject caller, int arg1, int arg2, InputFrame[] arg3)
          Handles a TudeySceneService.enqueueInputReliable(int, int, com.threerings.tudey.data.InputFrame[]) request.
 void TudeySceneManager.enqueueInputReliable(com.threerings.presents.data.ClientObject caller, int acknowledge, int smoothedTime, InputFrame[] frames)
           
 void TudeySceneProvider.enqueueInputUnreliable(com.threerings.presents.data.ClientObject caller, int arg1, int arg2, InputFrame[] arg3)
          Handles a TudeySceneService.enqueueInputUnreliable(int, int, com.threerings.tudey.data.InputFrame[]) request.
 void TudeySceneManager.enqueueInputUnreliable(com.threerings.presents.data.ClientObject caller, int acknowledge, int smoothedTime, InputFrame[] frames)
           
 

Uses of InputFrame in com.threerings.tudey.server.logic
 

Methods in com.threerings.tudey.server.logic with parameters of type InputFrame
 void PawnLogic.enqueueInput(InputFrame frame)
          Enqueues a single frame of input for processing.
 

Uses of InputFrame in com.threerings.tudey.util
 

Methods in com.threerings.tudey.util with parameters of type InputFrame
 void PawnAdvancer.advance(InputFrame frame)
          Advances to the timestamp of the provided input frame and sets the pawn's current input.
 



Copyright © 2011. All Rights Reserved.