2013-07-29 07:13:03 -04: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 16:01:35 -04:00
|
|
|
}
|