2013-07-29 12:13:03 +01:00
|
|
|
digraph
|
|
|
|
{
|
|
|
|
rankdir=LR
|
|
|
|
|
|
|
|
cBlockEntity -> cBlockEntityWithItems
|
|
|
|
cBlockEntity -> cJukeboxEntity
|
|
|
|
cBlockEntity -> cNoteEntity
|
|
|
|
cBlockEntity -> cSignEntity
|
|
|
|
cBlockEntityWithItems -> cChestEntity
|
|
|
|
cBlockEntityWithItems -> cDropSpenserEntity
|
|
|
|
cBlockEntityWithItems -> cFurnaceEntity
|
|
|
|
cBlockEntityWithItems -> cHopperEntity
|
|
|
|
cDropSpenserEntity -> cDropperEntity
|
|
|
|
cDropSpenserEntity -> cDispenserEntity
|
2013-07-21 20:01:35 +00:00
|
|
|
}
|