com.threerings.tudey.data
Class TudeySceneModel.PaintConfigMapping

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.data.TudeySceneModel.PaintConfigMapping
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
TudeySceneModel

protected static class TudeySceneModel.PaintConfigMapping
extends DeepObject
implements Exportable

Represents a type of paint identified by an integer id.


Field Summary
 int count
          The number of paint entries of this type.
 ConfigReference<? extends PaintableConfig> paintable
          The paintable configuration.
 
Constructor Summary
TudeySceneModel.PaintConfigMapping()
           
TudeySceneModel.PaintConfigMapping(ConfigReference<? extends PaintableConfig> paintable)
           
 
Method Summary
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

paintable

public ConfigReference<? extends PaintableConfig> paintable
The paintable configuration.


count

public transient int count
The number of paint entries of this type.

Constructor Detail

TudeySceneModel.PaintConfigMapping

public TudeySceneModel.PaintConfigMapping(ConfigReference<? extends PaintableConfig> paintable)

TudeySceneModel.PaintConfigMapping

public TudeySceneModel.PaintConfigMapping()