com.threerings.tudey.config
Class RegionConfig.Located

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.RegionConfig
          extended by com.threerings.tudey.config.RegionConfig.Located
All Implemented Interfaces:
Exportable, com.threerings.io.Streamable, Copyable, Cloneable
Direct Known Subclasses:
RegionConfig.Default, RegionConfig.Transformed
Enclosing class:
RegionConfig

public abstract static class RegionConfig.Located
extends RegionConfig

Base class for the located region configs.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.RegionConfig
RegionConfig.Default, RegionConfig.Fixed, RegionConfig.Located, RegionConfig.Transformed
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
com.threerings.io.Streamable.Closure
 
Field Summary
 TargetConfig location
          The location to use.
 
Constructor Summary
RegionConfig.Located()
           
 
Method Summary
 void invalidate()
          Invalidates any cached data.
 
Methods inherited from class com.threerings.tudey.config.RegionConfig
getLogicClassName
 
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

location

@Editable
public TargetConfig location
The location to use.

Constructor Detail

RegionConfig.Located

public RegionConfig.Located()
Method Detail

invalidate

public void invalidate()
Description copied from class: RegionConfig
Invalidates any cached data.

Overrides:
invalidate in class RegionConfig


Copyright © 2011. All Rights Reserved.