com.threerings.tudey.config
Class GroundConfig.Implementation
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.GroundConfig.Implementation
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- GroundConfig.Derived, GroundConfig.Original
- Enclosing class:
- GroundConfig
@EditorTypes(value={GroundConfig.Original.class,GroundConfig.Derived.class})
public abstract static class GroundConfig.Implementation- extends DeepObject
- implements Exportable
Contains the actual implementation of the ground type.
GroundConfig.Implementation
public GroundConfig.Implementation()
getUpdateReferences
public void getUpdateReferences(ConfigReferenceSet refs)
- Adds the implementation's update references to the provided set.
getOriginal
public abstract GroundConfig.Original getOriginal(ConfigManager cfgmgr)
- Returns a reference to the config's underlying original implementation.
invalidate
public void invalidate()
- Invalidates any cached data.
Copyright © 2011. All Rights Reserved.