Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Go to the source code of this file.
Classes | |
class | cPieceModifierRandomizeBlocks |
A modifier which is pseudo-randomly replacing blocks to other types and metas. More... | |
Functions | |
bool | CreatePieceModifierFromString (const AString &a_Definition, std::shared_ptr< cPiece::cPieceModifiers > &a_Modifiers, bool a_LogWarnings) |
Variables | |
static const int | SEED_OFFSET = 135 * 13 |
bool CreatePieceModifierFromString | ( | const AString & | a_Definition, |
std::shared_ptr< cPiece::cPieceModifiers > & | a_Modifiers, | ||
bool | a_LogWarnings | ||
) |
Definition at line 315 of file PieceModifier.cpp.
|
static |
Definition at line 15 of file PieceModifier.cpp.