Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs | Functions
PieceModifier.h File Reference
#include "PiecePool.h"
Include dependency graph for PieceModifier.h:
This graph shows which files directly or indirectly include this file:

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< cRandomizedBlockcRandomizedBlocks
 

Functions

bool CreatePieceModifierFromString (const AString &a_Definition, std::shared_ptr< cPiece::cPieceModifiers > &a_Modifiers, bool a_LogWarnings)
 

Typedef Documentation

◆ cRandomizedBlocks

typedef std::vector<cRandomizedBlock> cRandomizedBlocks

Definition at line 45 of file PieceModifier.h.

Function Documentation

◆ CreatePieceModifierFromString()

bool CreatePieceModifierFromString ( const AString a_Definition,
std::shared_ptr< cPiece::cPieceModifiers > &  a_Modifiers,
bool  a_LogWarnings 
)

Definition at line 315 of file PieceModifier.cpp.