|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PaintableConfig | |
|---|---|
| com.threerings.tudey.config | Tudey configurations. |
| com.threerings.tudey.data | Tudey data. |
| Uses of PaintableConfig in com.threerings.tudey.config |
|---|
| Subclasses of PaintableConfig in com.threerings.tudey.config | |
|---|---|
class |
GroundConfig
The configuration of a ground type. |
class |
WallConfig
The configuration of a wall type. |
| Uses of PaintableConfig in com.threerings.tudey.data |
|---|
| Fields in com.threerings.tudey.data with type parameters of type PaintableConfig | |
|---|---|
ConfigReference<? extends PaintableConfig> |
TudeySceneModel.Paint.paintable
The configuration of the paintable. |
| Methods in com.threerings.tudey.data with type parameters of type PaintableConfig | ||
|---|---|---|
|
TudeySceneModel.Paint.getConfig(ConfigManager cfgmgr,
Class<T> clazz)
Resolves the paintable configuration for this paint. |
|
| Constructor parameters in com.threerings.tudey.data with type arguments of type PaintableConfig | |
|---|---|
TudeySceneModel.Paint(TudeySceneModel.Paint.Type type,
ConfigReference<? extends PaintableConfig> paintable,
int elevation)
Default constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||