com.threerings.tudey.config
Class ClientActionConfig.Compound
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ClientActionConfig
com.threerings.tudey.config.ClientActionConfig.Compound
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Enclosing class:
- ClientActionConfig
public static class ClientActionConfig.Compound
- extends ClientActionConfig
Executes multiple actions simultaneously.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
actions
@Editable
public ClientActionConfig[] actions
- The actions to execute.
ClientActionConfig.Compound
public ClientActionConfig.Compound()
execute
public void execute(TudeyContext ctx,
TudeySceneView view,
Sprite source)
- Description copied from class:
ClientActionConfig
- Executes the action.
- Specified by:
execute in class ClientActionConfig
Copyright © 2011. All Rights Reserved.