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. --- docs/API class inheritance - blockentities.gv | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docs/API class inheritance - blockentities.gv (limited to 'docs/API class inheritance - blockentities.gv') diff --git a/docs/API class inheritance - blockentities.gv b/docs/API class inheritance - blockentities.gv deleted file mode 100644 index 966588c5f..000000000 --- a/docs/API class inheritance - blockentities.gv +++ /dev/null @@ -1,15 +0,0 @@ -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