BlockExecutor
ThaumielMapEditor.API.Helpers
Overview​
Properties​
| Name | Type | Access | Description |
|---|---|---|---|
Procedures | Dictionary<string, MethodBlock> | get | No description |
Fields​
| Name | Type | Description |
|---|---|---|
Entries | Dictionary<BlockBase, List<object>> | No description |
Schematic | SchematicData | No description |
Scopes | Stack<Dictionary<string, object>> | No description |
Methods​
| Signature | Returns | Description |
|---|---|---|
Execute(List<object>, Player, Nullable<EventType>) | void | No description |
Properties​
Procedures​
Type: Dictionary<string, MethodBlock> Access: get
Fields​
Entries​
Type: Dictionary<BlockBase, List<object>>
Schematic​
Type: SchematicData
Scopes​
Type: Stack<Dictionary<string, object>>
Methods​
Execute​
Execute
public void Execute(
List<object> blocks,
Player player,
Nullable<EventType> eventType
)
Parameters​
| Name | Type | Description |
|---|---|---|
blocks | List<object> | |
player | Player | |
eventType | Nullable<EventType> |