![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Utilities to allow casting a cWorld to one of its interfaces without including World.h. More...
Functions | |
cBroadcastInterface & | GetBroadcastInterface (cWorld &a_World) |
cBroadcastInterface * | GetBroadcastInterface (cWorld *a_World) |
cChunkInterface | GetChunkInterface (cWorld &a_World) |
cForEachChunkProvider & | GetFECProvider (cWorld &a_World) |
cForEachChunkProvider * | GetFECProvider (cWorld *a_World) |
cWorldInterface & | GetWorldInterface (cWorld &a_World) |
cWorldInterface * | GetWorldInterface (cWorld *a_World) |
|
inline |
Definition at line 19 of file OpaqueWorld.h.
cBroadcastInterface * World::GetBroadcastInterface | ( | cWorld * | a_World | ) |
cChunkInterface World::GetChunkInterface | ( | cWorld & | a_World | ) |
|
inline |
Definition at line 20 of file OpaqueWorld.h.
cForEachChunkProvider * World::GetFECProvider | ( | cWorld * | a_World | ) |
|
inline |
Definition at line 21 of file OpaqueWorld.h.
cWorldInterface * World::GetWorldInterface | ( | cWorld * | a_World | ) |