Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Public Attributes | List of all members
cPieceStructuresGen::cGen::cConnection Struct Reference

The type used for storing a connection from one piece to another, while building the piece tree. More...

Collaboration diagram for cPieceStructuresGen::cGen::cConnection:
Collaboration graph
[legend]

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
 
cPiecem_Piece
 
int m_Weight
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ cConnection()

cPieceStructuresGen::cGen::cConnection::cConnection ( cPiece a_Piece,
cPiece::cConnector a_Connector,
int  a_NumCCWRotations,
int  a_Weight 
)

Member Data Documentation

◆ m_Connector

cPiece::cConnector cPieceStructuresGen::cGen::cConnection::m_Connector

Definition at line 78 of file PieceStructuresGen.cpp.

◆ m_NumCCWRotations

int cPieceStructuresGen::cGen::cConnection::m_NumCCWRotations

Definition at line 79 of file PieceStructuresGen.cpp.

◆ m_Piece

cPiece* cPieceStructuresGen::cGen::cConnection::m_Piece

Definition at line 77 of file PieceStructuresGen.cpp.

◆ m_Weight

int cPieceStructuresGen::cGen::cConnection::m_Weight

Definition at line 80 of file PieceStructuresGen.cpp.


The documentation for this struct was generated from the following file: