com.threerings.tudey.tools
Class Placer.PlaceableReference

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.tools.ConfigTool.EditableReference<PlaceableConfig>
          extended by com.threerings.tudey.tools.Placer.PlaceableReference
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
Placer

protected static class Placer.PlaceableReference
extends ConfigTool.EditableReference<PlaceableConfig>

Allows us to edit the placeable reference.


Field Summary
 ConfigReference<PlaceableConfig> placeable
          The placeable reference.
 
Constructor Summary
protected Placer.PlaceableReference()
           
 
Method Summary
 ConfigReference<PlaceableConfig> getReference()
          Returns a reference to the config reference.
 void setReference(ConfigReference<PlaceableConfig> ref)
          Sets the config reference.
 
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

placeable

@Editable(nullable=true)
public ConfigReference<PlaceableConfig> placeable
The placeable reference.

Constructor Detail

Placer.PlaceableReference

protected Placer.PlaceableReference()
Method Detail

getReference

public ConfigReference<PlaceableConfig> getReference()
Description copied from class: ConfigTool.EditableReference
Returns a reference to the config reference.

Specified by:
getReference in class ConfigTool.EditableReference<PlaceableConfig>

setReference

public void setReference(ConfigReference<PlaceableConfig> ref)
Description copied from class: ConfigTool.EditableReference
Sets the config reference.

Specified by:
setReference in class ConfigTool.EditableReference<PlaceableConfig>