Cuberite Forum
API changes - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: API changes (/thread-628.html)



API changes - Taugeshtu - 11-17-2012

I decided to create another thread to keep hook requests and api changes separate.

Code:
BlockStringToType()
Is somewhat misleading in context of ItemTypeToString and ItemToString functions. I suggest renaming it to ItemStringToType(), since we don't have overlapping item/block names anyway (by this I mean cases in which actual in-world block has a different ID from inventory item)

That's all for now...