I've read the blockly's doc, i know that i can get the blockly event by
addChangeListener(event)
removeChangeListener(event)
these two functions. So i can get many types of blockly events, but how can i use these events to create a block.
So the situation is that client A get the block events from the server, A need to use these events to create a block.
So how to do this? Anyone know it?