15 lines
399 B
Plaintext
15 lines
399 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
|
||
|
}
|