blob: 966588c5f720905ae624818a3ac33c65c12e1e66 (
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
}
|