Cuberite
A lightweight, fast and extensible game server for Minecraft
|
The type used for storing a connection from one piece to another, while building the piece tree. More...
Public Member Functions | |
cConnection (cPiece &a_Piece, cPiece::cConnector &a_Connector, int a_NumCCWRotations, int a_Weight) | |
Public Attributes | |
cPiece::cConnector | m_Connector |
int | m_NumCCWRotations |
cPiece * | m_Piece |
int | m_Weight |
The type used for storing a connection from one piece to another, while building the piece tree.
Definition at line 75 of file PieceStructuresGen.cpp.
cPieceStructuresGen::cGen::cConnection::cConnection | ( | cPiece & | a_Piece, |
cPiece::cConnector & | a_Connector, | ||
int | a_NumCCWRotations, | ||
int | a_Weight | ||
) |
cPiece::cConnector cPieceStructuresGen::cGen::cConnection::m_Connector |
Definition at line 78 of file PieceStructuresGen.cpp.
int cPieceStructuresGen::cGen::cConnection::m_NumCCWRotations |
Definition at line 79 of file PieceStructuresGen.cpp.
cPiece* cPieceStructuresGen::cGen::cConnection::m_Piece |
Definition at line 77 of file PieceStructuresGen.cpp.
int cPieceStructuresGen::cGen::cConnection::m_Weight |
Definition at line 80 of file PieceStructuresGen.cpp.