API
Functions and classes available in the Lua API
Public Member Functions | Protected Member Functions | List of all members
cBlockEntity Class Reference

#include <0018.h>

Inheritance diagram for cBlockEntity:
Inheritance graph
[legend]

Public Member Functions

BLOCKTYPE GetBlockType (void) const
int GetChunkX (void) const
int GetChunkZ (void) const
int GetPosX (void) const
int GetPosY (void) const
int GetPosZ (void) const
int GetRelX (void) const
int GetRelZ (void) const
cWorldGetWorld (void) const

Protected Member Functions

 cBlockEntity (BLOCKTYPE a_BlockType, int a_BlockX, int a_BlockY, int a_BlockZ, cWorld *a_World)

Constructor & Destructor Documentation

cBlockEntity::cBlockEntity ( BLOCKTYPE  a_BlockType,
int  a_BlockX,
int  a_BlockY,
int  a_BlockZ,
cWorld a_World 
)
inlineprotected

Member Function Documentation

BLOCKTYPE cBlockEntity::GetBlockType ( void  ) const
inline
int cBlockEntity::GetChunkX ( void  ) const
inline
int cBlockEntity::GetChunkZ ( void  ) const
inline
int cBlockEntity::GetPosX ( void  ) const
inline
int cBlockEntity::GetPosY ( void  ) const
inline
int cBlockEntity::GetPosZ ( void  ) const
inline
int cBlockEntity::GetRelX ( void  ) const
inline
int cBlockEntity::GetRelZ ( void  ) const
inline
cWorld* cBlockEntity::GetWorld ( void  ) const
inline