com.threerings.tudey.config
Class ScriptConfig.Move

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.ScriptConfig
          extended by com.threerings.tudey.config.ScriptConfig.Move
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
ScriptConfig

public static class ScriptConfig.Move
extends ScriptConfig

Moves to a target location.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.ScriptConfig
ScriptConfig.Condition, ScriptConfig.Goto, ScriptConfig.Move, ScriptConfig.Rotate, ScriptConfig.Wait
 
Field Summary
 TargetConfig target
          The target location.
 
Constructor Summary
ScriptConfig.Move()
           
 
Method Summary
 String getLogicClassName()
          Returns the name of the server-side logic class for this behavior.
 
Methods inherited from class com.threerings.tudey.config.ScriptConfig
invalidate
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

target

@Editable
public TargetConfig target
The target location.

Constructor Detail

ScriptConfig.Move

public ScriptConfig.Move()
Method Detail

getLogicClassName

public String getLogicClassName()
Description copied from class: ScriptConfig
Returns the name of the server-side logic class for this behavior.

Specified by:
getLogicClassName in class ScriptConfig


Copyright © 2011. All Rights Reserved.