summaryrefslogtreecommitdiffstats
path: root/dev-docs/API class inheritance - blockentities.gv
diff options
context:
space:
mode:
Diffstat (limited to 'dev-docs/API class inheritance - blockentities.gv')
-rw-r--r--dev-docs/API class inheritance - blockentities.gv15
1 files changed, 15 insertions, 0 deletions
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