04-04-2014, 01:31 AM
All the block entities are managed by the cChunk class, and access to them is more or less forbidden, due to multithreading issues. You can only manipulate them from the outside by using cWorld's DoWithBlockEntityAt and the specialized similar functions.