diff options
author | bearbin <bearbin@gmail.com> | 2013-07-29 14:55:26 +0200 |
---|---|---|
committer | bearbin <bearbin@gmail.com> | 2013-07-29 14:55:26 +0200 |
commit | fb1044c4e55c726753d094b66756a1cb3bc60ee8 (patch) | |
tree | c61e56725da7dff0154d566722651e2c39c9d6c6 /docs/Object ownership.gv | |
parent | WebAdmin: Removed the duplicate memory usage querying (diff) | |
parent | Changed everyting to Unix line endings. (diff) | |
download | cuberite-fb1044c4e55c726753d094b66756a1cb3bc60ee8.tar cuberite-fb1044c4e55c726753d094b66756a1cb3bc60ee8.tar.gz cuberite-fb1044c4e55c726753d094b66756a1cb3bc60ee8.tar.bz2 cuberite-fb1044c4e55c726753d094b66756a1cb3bc60ee8.tar.lz cuberite-fb1044c4e55c726753d094b66756a1cb3bc60ee8.tar.xz cuberite-fb1044c4e55c726753d094b66756a1cb3bc60ee8.tar.zst cuberite-fb1044c4e55c726753d094b66756a1cb3bc60ee8.zip |
Diffstat (limited to 'docs/Object ownership.gv')
-rw-r--r-- | docs/Object ownership.gv | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/docs/Object ownership.gv b/docs/Object ownership.gv index 007432154..29e0407a6 100644 --- a/docs/Object ownership.gv +++ b/docs/Object ownership.gv @@ -1,29 +1,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
+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 }
\ No newline at end of file |