com.threerings.tudey.config
Class RegionConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.RegionConfig
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Direct Known Subclasses:
- RegionConfig.Fixed, RegionConfig.Located
@EditorTypes(value={RegionConfig.Default.class,RegionConfig.Transformed.class,RegionConfig.Fixed.class})
@Strippable
public abstract class RegionConfig- extends DeepObject
- implements Exportable, com.threerings.io.Streamable
Configurations for regions.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
RegionConfig
public RegionConfig()
getLogicClassName
public abstract String getLogicClassName()
- Returns the name of the server-side logic class for this region.
invalidate
public void invalidate()
- Invalidates any cached data.
Copyright © 2011. All Rights Reserved.