04-04-2014, 01:25 AM
Hello there!
Currently, I'm attempting to move a sign in MCServer. I can move the sign block well enough, but the text is stored in a cSignEntity. Looking at the class,
http://mc-server.xoft.cz/doxy/html/de/d3d/a00409.html
I'm not sure how MCServer's housekeeping deals with the creation and removal of cSignEntities. Nor am I sure how to access one using a cBlockSignHandler
For reference, I'm trying to do with in cBlockSignHandler's MetaRotate and MetaMirror functions. I'm pretty sure I can't do what I want, but I'd like to know more about how cSignEntity (and similar objects) work.
Currently, I'm attempting to move a sign in MCServer. I can move the sign block well enough, but the text is stored in a cSignEntity. Looking at the class,
http://mc-server.xoft.cz/doxy/html/de/d3d/a00409.html
I'm not sure how MCServer's housekeeping deals with the creation and removal of cSignEntities. Nor am I sure how to access one using a cBlockSignHandler
For reference, I'm trying to do with in cBlockSignHandler's MetaRotate and MetaMirror functions. I'm pretty sure I can't do what I want, but I'd like to know more about how cSignEntity (and similar objects) work.