From 168c760b06b3f3a755779f4356045374d452994d Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 21 Jul 2013 20:01:35 +0000 Subject: Added the docs folder with some documents that have piled up in my working copy git-svn-id: http://mc-server.googlecode.com/svn/trunk@1675 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- docs/API class inheritance - blockentities.gv | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create 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 new file mode 100644 index 000000000..b913a9787 --- /dev/null +++ b/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