diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/API class inheritance - blockentities.gv | 28 | ||||
-rw-r--r-- | docs/API class inheritance - entities.gv | 86 | ||||
-rw-r--r-- | docs/Object ownership.gv | 56 | ||||
-rw-r--r-- | docs/_files.txt | 14 |
4 files changed, 92 insertions, 92 deletions
diff --git a/docs/API class inheritance - blockentities.gv b/docs/API class inheritance - blockentities.gv index b913a9787..966588c5f 100644 --- a/docs/API class inheritance - blockentities.gv +++ b/docs/API class inheritance - blockentities.gv @@ -1,15 +1,15 @@ -digraph
-{
-rankdir=LR
-
-cBlockEntity -> cBlockEntityWithItems
-cBlockEntity -> cJukeboxEntity
-cBlockEntity -> cNoteEntity
-cBlockEntity -> cSignEntity
-cBlockEntityWithItems -> cChestEntity
-cBlockEntityWithItems -> cDropSpenserEntity
-cBlockEntityWithItems -> cFurnaceEntity
-cBlockEntityWithItems -> cHopperEntity
-cDropSpenserEntity -> cDropperEntity
-cDropSpenserEntity -> cDispenserEntity
+digraph +{ +rankdir=LR + +cBlockEntity -> cBlockEntityWithItems +cBlockEntity -> cJukeboxEntity +cBlockEntity -> cNoteEntity +cBlockEntity -> cSignEntity +cBlockEntityWithItems -> cChestEntity +cBlockEntityWithItems -> cDropSpenserEntity +cBlockEntityWithItems -> cFurnaceEntity +cBlockEntityWithItems -> cHopperEntity +cDropSpenserEntity -> cDropperEntity +cDropSpenserEntity -> cDispenserEntity }
\ No newline at end of file diff --git a/docs/API class inheritance - entities.gv b/docs/API class inheritance - entities.gv index 92cfb9a3e..4e167e1d3 100644 --- a/docs/API class inheritance - entities.gv +++ b/docs/API class inheritance - entities.gv @@ -1,44 +1,44 @@ -digraph
-{
-rankdir=LR
-
-# Entities:
-cEntity -> cFallingBlock
-cEntity -> cMinecart
-cEntity -> cPawn
-cEntity -> cPickup
-cEntity -> cTNT
-cMinecart -> cEmptyMinecart
-cMinecart -> cMinecartWithChest
-cMinecart -> cMinecartWithFurnace
-
-# Mobs:
-cPawn -> cMonster
-cMonster -> cAggressiveMonster
-cMonster -> cPassiveMonster
-cAggressiveMonster -> cPassiveAggressiveMonster
-cPassiveMonster -> cBat
-cAggressiveMonster -> cBlaze
-cAggressiveMonster -> cCaveSpider
-cPassiveMonster -> cChicken
-cPassiveMonster -> cCow
-cAggressiveMonster -> cCreeper
-cPassiveAggressiveMonster -> cEnderman
-cAggressiveMonster -> cGhast
-cAggressiveMonster -> cMagmaCube
-cPassiveMonster -> cMooshroom
-cPassiveMonster -> cOcelot
-cPassiveMonster -> cPig
-cPassiveMonster -> cSheep
-cAggressiveMonster -> cSilverfish
-cAggressiveMonster -> cSkeleton
-cAggressiveMonster -> cSlime
-cAggressiveMonster -> cSpider
-cPassiveMonster -> cSquid
-cPassiveMonster -> cVillager
-cAggressiveMonster -> cWitch
-cPassiveAggressiveMonster -> cWolf
-cAggressiveMonster -> cZombie
-cPassiveAggressiveMonster -> cZombiePigman
-cPawn -> cPlayer
+digraph +{ +rankdir=LR + +# Entities: +cEntity -> cFallingBlock +cEntity -> cMinecart +cEntity -> cPawn +cEntity -> cPickup +cEntity -> cTNT +cMinecart -> cEmptyMinecart +cMinecart -> cMinecartWithChest +cMinecart -> cMinecartWithFurnace + +# Mobs: +cPawn -> cMonster +cMonster -> cAggressiveMonster +cMonster -> cPassiveMonster +cAggressiveMonster -> cPassiveAggressiveMonster +cPassiveMonster -> cBat +cAggressiveMonster -> cBlaze +cAggressiveMonster -> cCaveSpider +cPassiveMonster -> cChicken +cPassiveMonster -> cCow +cAggressiveMonster -> cCreeper +cPassiveAggressiveMonster -> cEnderman +cAggressiveMonster -> cGhast +cAggressiveMonster -> cMagmaCube +cPassiveMonster -> cMooshroom +cPassiveMonster -> cOcelot +cPassiveMonster -> cPig +cPassiveMonster -> cSheep +cAggressiveMonster -> cSilverfish +cAggressiveMonster -> cSkeleton +cAggressiveMonster -> cSlime +cAggressiveMonster -> cSpider +cPassiveMonster -> cSquid +cPassiveMonster -> cVillager +cAggressiveMonster -> cWitch +cPassiveAggressiveMonster -> cWolf +cAggressiveMonster -> cZombie +cPassiveAggressiveMonster -> cZombiePigman +cPawn -> cPlayer }
\ No newline at end of file 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 diff --git a/docs/_files.txt b/docs/_files.txt index 31e5de926..a8e204334 100644 --- a/docs/_files.txt +++ b/docs/_files.txt @@ -1,7 +1,7 @@ -
-Contents of this folder:
-
-API class inheritance - blockentities.gv - a GraphViz file to visualise inheritance in the API classes in the Wiki for the cBlockEntity class' descendants
-API class inheritance - entities.gv - a GraphViz file to visualise inheritance in the API classes in the Wiki for the cEntity class' descendants
-Object ownership.gv - a GraphViz file to visualise ownership relations in the MCServer code architecture
-Springs.ods - a spreadsheet with collected statistics about the occurrence of lava / water springs based on height.
+ +Contents of this folder: + +API class inheritance - blockentities.gv - a GraphViz file to visualise inheritance in the API classes in the Wiki for the cBlockEntity class' descendants +API class inheritance - entities.gv - a GraphViz file to visualise inheritance in the API classes in the Wiki for the cEntity class' descendants +Object ownership.gv - a GraphViz file to visualise ownership relations in the MCServer code architecture +Springs.ods - a spreadsheet with collected statistics about the occurrence of lava / water springs based on height. |