Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Go to the source code of this file.
Namespaces | |
World | |
Utilities to allow casting a cWorld to one of its interfaces without including World.h. | |
Functions | |
cBroadcastInterface & | World::GetBroadcastInterface (cWorld &a_World) |
cBroadcastInterface * | World::GetBroadcastInterface (cWorld *a_World) |
cChunkInterface | World::GetChunkInterface (cWorld &a_World) |
cForEachChunkProvider & | World::GetFECProvider (cWorld &a_World) |
cForEachChunkProvider * | World::GetFECProvider (cWorld *a_World) |
cWorldInterface & | World::GetWorldInterface (cWorld &a_World) |
cWorldInterface * | World::GetWorldInterface (cWorld *a_World) |