diff options
Diffstat (limited to 'docs/API class inheritance - blockentities.gv')
-rw-r--r-- | docs/API class inheritance - blockentities.gv | 15 |
1 files changed, 15 insertions, 0 deletions
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 |