com.threerings.tudey.tools
Class Placer.PlaceableReference
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.tools.ConfigTool.EditableReference<PlaceableConfig>
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.
placeable
@Editable(nullable=true)
public ConfigReference<PlaceableConfig> placeable
- The placeable reference.
Placer.PlaceableReference
protected Placer.PlaceableReference()
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>