com.threerings.tudey.config
Class PlaceableConfig.StatefulProp

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.PlaceableConfig.Implementation
          extended by com.threerings.tudey.config.PlaceableConfig.Original
              extended by com.threerings.tudey.config.PlaceableConfig.Prop
                  extended by com.threerings.tudey.config.PlaceableConfig.StatefulProp
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
PlaceableConfig

public static class PlaceableConfig.StatefulProp
extends PlaceableConfig.Prop

Stateful prop implementation.


Field Summary
 ConfigReference<ActorConfig> actor
          The configuration of the state actor.
 
Fields inherited from class com.threerings.tudey.config.PlaceableConfig.Prop
collisionFlags, floorFlags
 
Fields inherited from class com.threerings.tudey.config.PlaceableConfig.Original
defaultEntrance, handlers, model, rotationOffset, shape, tags
 
Constructor Summary
PlaceableConfig.StatefulProp()
           
 
Method Summary
 String getLogicClassName()
          Returns the name of the server-side logic class to use for the placeable, or null for none.
 
Methods inherited from class com.threerings.tudey.config.PlaceableConfig.Prop
getCollisionFlags, getPreloads, getSpriteImplementation
 
Methods inherited from class com.threerings.tudey.config.PlaceableConfig.Original
getCursorImplementation, getOriginal, invalidate
 
Methods inherited from class com.threerings.tudey.config.PlaceableConfig.Implementation
getUpdateReferences
 
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

actor

@Editable(nullable=true)
public ConfigReference<ActorConfig> actor
The configuration of the state actor.

Constructor Detail

PlaceableConfig.StatefulProp

public PlaceableConfig.StatefulProp()
Method Detail

getLogicClassName

public String getLogicClassName()
Description copied from class: PlaceableConfig.Original
Returns the name of the server-side logic class to use for the placeable, or null for none.

Overrides:
getLogicClassName in class PlaceableConfig.Original


Copyright © 2011. All Rights Reserved.