1
0
cuberite-2a/dev-docs/API class inheritance - blockentities.gv
William 'psyFi' Hatcher 0cd8482f07 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.
2017-08-13 12:32:12 +01:00

15 lines
385 B
Plaintext

digraph
{
rankdir=LR
cBlockEntity -> cBlockEntityWithItems
cBlockEntity -> cJukeboxEntity
cBlockEntity -> cNoteEntity
cBlockEntity -> cSignEntity
cBlockEntityWithItems -> cChestEntity
cBlockEntityWithItems -> cDropSpenserEntity
cBlockEntityWithItems -> cFurnaceEntity
cBlockEntityWithItems -> cHopperEntity
cDropSpenserEntity -> cDropperEntity
cDropSpenserEntity -> cDispenserEntity
}