0cd8482f07
+ Add reference to Lua API documentation * Renamed docs folder to dev-docs Per issue #3896's discussion, we thought that renaming the `/docs` folder to `/dev-docs` help reduce confusion.
29 lines
585 B
Plaintext
29 lines
585 B
Plaintext
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
|
|
} |