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

Public Member Functions

 sSetBlockQueueItem (int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Int64 a_Tick, BLOCKTYPE a_PreviousBlockType)
 

Public Attributes

NIBBLETYPE m_BlockMeta
 
BLOCKTYPE m_BlockType
 
BLOCKTYPE m_PreviousType
 
int m_RelX
 
int m_RelY
 
int m_RelZ
 
Int64 m_Tick
 

Detailed Description

Definition at line 462 of file Chunk.h.

Constructor & Destructor Documentation

◆ sSetBlockQueueItem()

cChunk::sSetBlockQueueItem::sSetBlockQueueItem ( int  a_RelX,
int  a_RelY,
int  a_RelZ,
BLOCKTYPE  a_BlockType,
NIBBLETYPE  a_BlockMeta,
Int64  a_Tick,
BLOCKTYPE  a_PreviousBlockType 
)
inline

Definition at line 470 of file Chunk.h.

Member Data Documentation

◆ m_BlockMeta

NIBBLETYPE cChunk::sSetBlockQueueItem::m_BlockMeta

Definition at line 467 of file Chunk.h.

◆ m_BlockType

BLOCKTYPE cChunk::sSetBlockQueueItem::m_BlockType

Definition at line 466 of file Chunk.h.

◆ m_PreviousType

BLOCKTYPE cChunk::sSetBlockQueueItem::m_PreviousType

Definition at line 468 of file Chunk.h.

◆ m_RelX

int cChunk::sSetBlockQueueItem::m_RelX

Definition at line 465 of file Chunk.h.

◆ m_RelY

int cChunk::sSetBlockQueueItem::m_RelY

Definition at line 465 of file Chunk.h.

◆ m_RelZ

int cChunk::sSetBlockQueueItem::m_RelZ

Definition at line 465 of file Chunk.h.

◆ m_Tick

Int64 cChunk::sSetBlockQueueItem::m_Tick

Definition at line 464 of file Chunk.h.


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