From 0cd8482f07aadab6de27aa7395de5408737093ad Mon Sep 17 00:00:00 2001 From: William 'psyFi' Hatcher Date: Sun, 13 Aug 2017 06:32:12 -0500 Subject: Rename docs folder to dev-docs (#3898) + Add reference to Lua API documentation * Renamed docs folder to dev-docs Per issue #3896's discussion, we thought that renaming the `/docs` folder to `/dev-docs` help reduce confusion. --- dev-docs/API class inheritance - blockentities.gv | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dev-docs/API class inheritance - blockentities.gv (limited to 'dev-docs/API class inheritance - blockentities.gv') diff --git a/dev-docs/API class inheritance - blockentities.gv b/dev-docs/API class inheritance - blockentities.gv new file mode 100644 index 000000000..966588c5f --- /dev/null +++ b/dev-docs/API class inheritance - blockentities.gv @@ -0,0 +1,15 @@ +digraph +{ +rankdir=LR + +cBlockEntity -> cBlockEntityWithItems +cBlockEntity -> cJukeboxEntity +cBlockEntity -> cNoteEntity +cBlockEntity -> cSignEntity +cBlockEntityWithItems -> cChestEntity +cBlockEntityWithItems -> cDropSpenserEntity +cBlockEntityWithItems -> cFurnaceEntity +cBlockEntityWithItems -> cHopperEntity +cDropSpenserEntity -> cDropperEntity +cDropSpenserEntity -> cDispenserEntity +} \ No newline at end of file -- cgit v1.2.3