|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.config.ManagedConfig
com.threerings.config.ParameterizedConfig
com.threerings.tudey.config.PaintableConfig
com.threerings.tudey.config.GroundConfig
public class GroundConfig
The configuration of a ground type.
| Nested Class Summary | |
|---|---|
static class |
GroundConfig.Derived
A derived implementation. |
static class |
GroundConfig.EdgeCase
Ground edge case class. |
static class |
GroundConfig.Implementation
Contains the actual implementation of the ground type. |
static class |
GroundConfig.Original
An original ground implementation. |
static class |
GroundConfig.TransitionCase
Transition edge case. |
| Nested classes/interfaces inherited from class com.threerings.tudey.config.PaintableConfig |
|---|
PaintableConfig.Case, PaintableConfig.Tile |
| Field Summary | |
|---|---|
GroundConfig.Implementation |
implementation
The actual ground implementation. |
| Fields inherited from class com.threerings.config.ParameterizedConfig |
|---|
parameters |
| Constructor Summary | |
|---|---|
GroundConfig()
|
|
| Method Summary | |
|---|---|
GroundConfig.Original |
getOriginal(ConfigManager cfgmgr)
Returns a reference to the config's underlying original implementation. |
| Methods inherited from class com.threerings.tudey.config.PaintableConfig |
|---|
createPattern |
| Methods inherited from class com.threerings.config.ParameterizedConfig |
|---|
getInstance, getParameter, getReference, validateOuters, validateReferences, wasUpdated |
| Methods inherited from class com.threerings.config.ManagedConfig |
|---|
addListener, configUpdated, getConfigManager, getInstance, getInstance, getInstance, getInstance, getName, init, removeListener, resourceModified, setName, updateFromSource |
| 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 public GroundConfig.Implementation implementation
| Constructor Detail |
|---|
public GroundConfig()
| Method Detail |
|---|
public GroundConfig.Original getOriginal(ConfigManager cfgmgr)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||