diff options
Diffstat (limited to '')
-rw-r--r-- | docs/Object ownership.gv | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/Object ownership.gv b/docs/Object ownership.gv new file mode 100644 index 000000000..007432154 --- /dev/null +++ b/docs/Object ownership.gv @@ -0,0 +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
+}
\ No newline at end of file |