| Package | Description | 
|---|---|
| org.botlibre.api.avatar | |
| org.botlibre.avatar | |
| org.botlibre.self | 
| Modifier and Type | Method and Description | 
|---|---|
| BinaryData | Avatar. getCurrentImage() | 
| Modifier and Type | Method and Description | 
|---|---|
| BinaryData | ImageAvatar. getCurrentImage() | 
| BinaryData | BasicAvatar. getCurrentImage() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ImageAvatar. setCurrentImage(BinaryData currentImage) | 
| Modifier and Type | Method and Description | 
|---|---|
| Vertex | SelfDecompiler. parseEquationByteCode(Vertex equation,
                     BinaryData data,
                     Network network)Parse the equation from bytecode. | 
| Vertex | Self4Decompiler. parseEquationByteCode(Vertex equation,
                     BinaryData data,
                     Network network)Parse the Self2 equation from bytecode. | 
| Vertex | SelfDecompiler. parseExpressionByteCode(Vertex equation,
                       BinaryData data,
                       Network network)Parse the expression from bytecode. | 
| Vertex | Self4Decompiler. parseExpressionByteCode(Vertex expression,
                       BinaryData data,
                       Network network)Parse the expression from bytecode. | 
| Vertex | SelfDecompiler. parseFunctionByteCode(Vertex equation,
                     BinaryData data,
                     Network network)Parse the function from bytecode. | 
| Vertex | Self4Decompiler. parseFunctionByteCode(Vertex function,
                     BinaryData data,
                     Network network)Parse the function from bytecode. | 
| Vertex | SelfDecompiler. parseStateByteCode(Vertex state,
                  BinaryData data,
                  Network network)Parse the state from bytecode. | 
| Vertex | Self4Decompiler. parseStateByteCode(Vertex state,
                  BinaryData data,
                  Network network)Parse the state from bytecode. |