com.threerings.tudey.config
Class PlaceableConfig.StatefulProp
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.PlaceableConfig.Implementation
com.threerings.tudey.config.PlaceableConfig.Original
com.threerings.tudey.config.PlaceableConfig.Prop
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.
|
Method Summary |
String |
getLogicClassName()
Returns the name of the server-side logic class to use for the placeable, or
null for none. |
actor
@Editable(nullable=true)
public ConfigReference<ActorConfig> actor
- The configuration of the state actor.
PlaceableConfig.StatefulProp
public PlaceableConfig.StatefulProp()
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.