Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Globals.h"
#include "PrefabPiecePool.h"
#include "VerticalStrategy.h"
#include "../Bindings/LuaState.h"
#include "../WorldStorage/SchematicFileSerializer.h"
#include "../StringCompression.h"
Go to the source code of this file.
Functions | |
static std::map< AString, cBlockArea::eMergeStrategy > & | GetMergeStrategyMap (void) |
Returns the map of string => eMergeStrategy used when translating cubeset file merge strategies. More... | |
|
static |
Returns the map of string => eMergeStrategy used when translating cubeset file merge strategies.
Definition at line 15 of file PrefabPiecePool.cpp.