com.threerings.tudey.config
Interface ActionConfig.PreExecutable

All Known Implementing Classes:
ActionConfig.Compound
Enclosing class:
ActionConfig

public static interface ActionConfig.PreExecutable

Interface for actions that require pre-execution on the owning client.


Method Summary
 void preExecute(TudeySceneView view, ActorSprite sprite, int timestamp)
          Pre-executes the action on the owning client.
 boolean shouldPreExecute()
          Checks whether we should pre-execute this action on the owning client.
 

Method Detail

shouldPreExecute

boolean shouldPreExecute()
Checks whether we should pre-execute this action on the owning client.


preExecute

void preExecute(TudeySceneView view,
                ActorSprite sprite,
                int timestamp)
Pre-executes the action on the owning client.



Copyright © 2011. All Rights Reserved.