com.threerings.tudey.config
Class GroundConfig

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.config.ManagedConfig
          extended by com.threerings.config.ParameterizedConfig
              extended by com.threerings.tudey.config.PaintableConfig
                  extended by com.threerings.tudey.config.GroundConfig
All Implemented Interfaces:
ConfigUpdateListener<ManagedConfig>, Exportable, com.threerings.resource.ResourceManager.ModificationObserver, Copyable, Cloneable

public class GroundConfig
extends PaintableConfig

The configuration of a ground type.


Nested Class Summary
static class GroundConfig.Derived
          A derived implementation.
static class GroundConfig.EdgeCase
          Ground edge case class.
static class GroundConfig.Implementation
          Contains the actual implementation of the ground type.
static class GroundConfig.Original
          An original ground implementation.
static class GroundConfig.TransitionCase
          Transition edge case.
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.PaintableConfig
PaintableConfig.Case, PaintableConfig.Tile
 
Field Summary
 GroundConfig.Implementation implementation
          The actual ground implementation.
 
Fields inherited from class com.threerings.config.ParameterizedConfig
parameters
 
Constructor Summary
GroundConfig()
           
 
Method Summary
 GroundConfig.Original getOriginal(ConfigManager cfgmgr)
          Returns a reference to the config's underlying original implementation.
 
Methods inherited from class com.threerings.tudey.config.PaintableConfig
createPattern
 
Methods inherited from class com.threerings.config.ParameterizedConfig
getInstance, getParameter, getReference, validateOuters, validateReferences, wasUpdated
 
Methods inherited from class com.threerings.config.ManagedConfig
addListener, configUpdated, getConfigManager, getInstance, getInstance, getInstance, getInstance, getName, init, removeListener, resourceModified, setName, updateFromSource
 
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

implementation

@Editable
public GroundConfig.Implementation implementation
The actual ground implementation.

Constructor Detail

GroundConfig

public GroundConfig()
Method Detail

getOriginal

public GroundConfig.Original getOriginal(ConfigManager cfgmgr)
Returns a reference to the config's underlying original implementation.



Copyright © 2011. All Rights Reserved.