| Package | Description |
|---|---|
| engine.resources.container | |
| engine.resources.objects |
| Modifier and Type | Class and Description |
|---|---|
class |
ListBuildingTraverser |
| Modifier and Type | Method and Description |
|---|---|
void |
ExclusiveSlot.traverse(SWGObject viewer,
boolean topDown,
boolean recursive,
Traverser traverser) |
void |
ContainerSlot.traverse(SWGObject viewer,
boolean topDown,
boolean recursive,
Traverser traverser) |
abstract void |
AbstractSlot.traverse(SWGObject viewer,
boolean topDown,
boolean recursive,
Traverser traverser)
Traverses over this tree from the perspective of viewer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SWGObject.viewChildren(SWGObject viewer,
boolean topDown,
boolean recursive,
Traverser tv)
Traverses through the children of these objects with by implementing the Traverser interface with an anonymous class.
|