summaryrefslogtreecommitdiffstats
path: root/docs/Object ownership.gv
blob: 29e0407a62d799418dc96b1f5864a663d9e39d90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
digraph
{
rankdir=LR
Root -> Server
Root -> MonsterConfig
Root -> GroupManager
Root -> CraftingRecipes
Root -> FurnaceRecipe
Root -> PluginManager
Root -> Authenticator
Root -> World
Server -> ListenThreadIPv4
Server -> ListenThreadIPv6
Server -> ClientHandle
Server -> RCONServer
PluginManager -> Plugin_NewLua
PluginManager -> Plugin
World -> SimulatorManager
World -> SandSimulator
World -> WaterSimulator
World -> LavaSimulator
World -> FireSimulator
World -> RedstoneSimulator
World -> WorldStorage
World -> Player
World -> Generator
World -> ChunkSender
World -> LightingThread
}