blob: b913a9787ded126f9507274e19a59ee24bba7250 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
digraph
{
rankdir=LR
cBlockEntity -> cBlockEntityWithItems
cBlockEntity -> cJukeboxEntity
cBlockEntity -> cNoteEntity
cBlockEntity -> cSignEntity
cBlockEntityWithItems -> cChestEntity
cBlockEntityWithItems -> cDropSpenserEntity
cBlockEntityWithItems -> cFurnaceEntity
cBlockEntityWithItems -> cHopperEntity
cDropSpenserEntity -> cDropperEntity
cDropSpenserEntity -> cDispenserEntity
}
|