- Saveable - Interface in com.tameif.tame.lang
-
Describes an object that can be saved/loaded.
- StateSaveable - Interface in com.tameif.tame.lang
-
Describes an object whose state that can be saved/loaded.
- STREAMNAME_TEXT - Static variable in class com.tameif.tame.factory.TAMEScriptReader
-
- sendText(String) - Method in class com.tameif.tame.lang.FormatParser
-
Called when a chunk of text needs to be output (before/in/after tags).
- setArchetype(boolean) - Method in class com.tameif.tame.element.TElement
-
Sets if this element is an Archetype.
- setArchetype(boolean) - Method in class com.tameif.tame.element.TWorld
-
- setBlock(Block) - Method in class com.tameif.tame.lang.FunctionEntry
-
Sets the function block on this entry.
- setCurrentPlayer(TPlayer) - Method in class com.tameif.tame.element.context.TOwnershipMap
-
Sets the current player.
- setDefines(String...) - Method in class com.tameif.tame.factory.DefaultReaderOptions
-
Sets the defines used for compiling.
- setIdentity(String) - Method in class com.tameif.tame.element.TElement
-
Sets the identity (primary identifier name).
- setIdentityForced(String) - Method in class com.tameif.tame.element.TElement
-
Sets the identity (primary identifier name) without doing an illegal identity check.
- setInputCharset(Charset) - Method in class com.tameif.tame.factory.DefaultReaderOptions
-
Sets the charset to use for reading module source.
- setOptimizing(boolean) - Method in class com.tameif.tame.factory.DefaultReaderOptions
-
Gets if this reader optimizes finished blocks.
- setParent(TElement) - Method in class com.tameif.tame.element.TElement
-
Sets a parent on this object.
- setParent(TElement) - Method in class com.tameif.tame.element.TWorld
-
- setReversed(boolean) - Method in class com.tameif.tame.element.TAction
-
Sets if this reverses the context of a strict ditransitive action.
- setStrict(boolean) - Method in class com.tameif.tame.element.TAction
-
Sets if this action is strict.
- setType(TAction.Type) - Method in class com.tameif.tame.element.TAction
-
Sets the action type.
- setValue(String, Value) - Method in class com.tameif.tame.element.context.TElementContext
-
Sets a variable's value on this context.
- setVerboseStream(PrintStream) - Method in class com.tameif.tame.factory.DefaultReaderOptions
-
Sets the output stream to print verbose messages to.
- setWorld(TWorld) - Method in class com.tameif.tame.TAMEModule
-
Sets the module's world.
- size() - Method in class com.tameif.tame.lang.ValueSet
-
- startTag(String) - Method in class com.tameif.tame.lang.FormatParser
-
Called at the start of a tag.
- strictEquals(Value, Value) - Static method in class com.tameif.tame.lang.Value
-
Returns if two values are equal, with type strictness.
- strictNotEquals(Value, Value) - Static method in class com.tameif.tame.lang.Value
-
Returns if two values are not equal, with type strictness.
- subtract(Value, Value) - Static method in class com.tameif.tame.lang.Value
-
Returns the subtraction of the second literal value from the first.