0cd8482f07
+ 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.
15 lines
385 B
Plaintext
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
|
|
} |