Added the docs folder with some documents that have piled up in my working copy
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1675 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
29
docs/Object ownership.gv
Normal file
29
docs/Object ownership.gv
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user