Package | Description |
---|---|
com.tameif.tame |
Base package.
|
com.tameif.tame.element |
Contains the element types.
|
com.tameif.tame.element.context |
Contains context and state data for a TAME context.
|
Modifier and Type | Method and Description |
---|---|
TElement |
TAMEModule.getElementByIdentity(java.lang.String identity)
Retrieves an element by identity.
|
TElement |
TAMEModuleContext.resolveElement(Value varElement)
Resolves an element by a value.
|
Modifier and Type | Class and Description |
---|---|
class |
TContainer
Container that just holds objects.
|
class |
TObject
Objects are common elements that players interact with, examine, talk to, eat, take -
you get the idea.
|
class |
TPlayer
The viewpoint inside a world.
|
class |
TRoom
Environmental instance of every adventure game.
|
class |
TWorld
Contains immutable World data.
|
Modifier and Type | Method and Description |
---|---|
TElement |
TElement.getParent()
Gets this object's parent.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TElement.equals(TElement element)
Compares elements.
|
void |
TElement.setParent(TElement parent)
Sets a parent on this object.
|
void |
TWorld.setParent(TElement parent) |
Modifier and Type | Class and Description |
---|---|
class |
TElementContext<T extends TElement>
Holds contextual information for a
TElement . |
Modifier and Type | Field and Description |
---|---|
protected T |
TElementContext.element
Reference to source element.
|