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 |
---|---|
TWorld |
TAMEModule.getWorld()
Gets the module's world.
|
TWorld |
TAMEModuleContext.resolveWorld()
Resolves a world (or THE world).
|
Modifier and Type | Method and Description |
---|---|
void |
TAMEModule.setWorld(TWorld world)
Sets the module's world.
|
Modifier and Type | Method and Description |
---|---|
static TWorld |
TWorld.create(java.io.InputStream in)
Creates this object from an input stream, expecting its byte representation.
|
TWorld |
TWorld.getParent() |
Constructor and Description |
---|
TWorldContext(TWorld world)
Creates a world context.
|