|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.tudey.config.TileConfig.Implementation
com.threerings.tudey.config.TileConfig.Derived
public static class TileConfig.Derived
A derived implementation.
| Field Summary | |
|---|---|
ConfigReference<TileConfig> |
tile
The tile reference. |
| Constructor Summary | |
|---|---|
TileConfig.Derived()
|
|
| Method Summary | |
|---|---|
TileCursor.Implementation |
getCursorImplementation(TudeyContext ctx,
Scope scope,
TileCursor.Implementation impl)
Creates or updates a cursor implementation for this configuration. |
TileConfig.Original |
getOriginal(ConfigManager cfgmgr)
Returns a reference to the config's underlying original implementation. |
TileSprite.Implementation |
getSpriteImplementation(TudeyContext ctx,
Scope scope,
TileSprite.Implementation impl)
Creates or updates a sprite implementation for this configuration. |
void |
getUpdateReferences(ConfigReferenceSet refs)
Adds the implementation's update references to the provided set. |
| Methods inherited from class com.threerings.tudey.config.TileConfig.Implementation |
|---|
invalidate |
| 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 |
|---|
@Editable(nullable=true) public ConfigReference<TileConfig> tile
| Constructor Detail |
|---|
public TileConfig.Derived()
| Method Detail |
|---|
public void getUpdateReferences(ConfigReferenceSet refs)
TileConfig.Implementation
getUpdateReferences in class TileConfig.Implementationpublic TileConfig.Original getOriginal(ConfigManager cfgmgr)
TileConfig.Implementation
getOriginal in class TileConfig.Implementation
public TileCursor.Implementation getCursorImplementation(TudeyContext ctx,
Scope scope,
TileCursor.Implementation impl)
TileConfig.Implementation
getCursorImplementation in class TileConfig.Implementationscope - the tile's expression scope.impl - an existing implementation to reuse, if possible.
null if no implementation could be created.
public TileSprite.Implementation getSpriteImplementation(TudeyContext ctx,
Scope scope,
TileSprite.Implementation impl)
TileConfig.Implementation
getSpriteImplementation in class TileConfig.Implementationscope - the tile's expression scope.impl - an existing implementation to reuse, if possible.
null if no implementation could be created.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||