com.threerings.tudey.config
Class RegionConfig.Fixed
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.RegionConfig
com.threerings.tudey.config.RegionConfig.Fixed
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Enclosing class:
- RegionConfig
public static class RegionConfig.Fixed
- extends RegionConfig
A fixed (world space) region.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
shape
@Editable
public ShapeConfig shape
- The shape of the region.
RegionConfig.Fixed
public RegionConfig.Fixed()
getLogicClassName
public String getLogicClassName()
- Description copied from class:
RegionConfig
- Returns the name of the server-side logic class for this region.
- Specified by:
getLogicClassName in class RegionConfig
invalidate
public void invalidate()
- Description copied from class:
RegionConfig
- Invalidates any cached data.
- Overrides:
invalidate in class RegionConfig
Copyright © 2011. All Rights Reserved.