![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "PiecePool.h"
Go to the source code of this file.
Classes | |
class | cRandomizedBlock |
Used to store block type, meta, weight and some more params. More... | |
Typedefs | |
typedef std::vector< cRandomizedBlock > | cRandomizedBlocks |
Functions | |
bool | CreatePieceModifierFromString (const AString &a_Definition, std::shared_ptr< cPiece::cPieceModifiers > &a_Modifiers, bool a_LogWarnings) |
typedef std::vector<cRandomizedBlock> cRandomizedBlocks |
Definition at line 45 of file PieceModifier.h.
bool CreatePieceModifierFromString | ( | const AString & | a_Definition, |
std::shared_ptr< cPiece::cPieceModifiers > & | a_Modifiers, | ||
bool | a_LogWarnings | ||
) |
Definition at line 315 of file PieceModifier.cpp.