58 ASSERT(!
"Invalid wallsign block meta");
unsigned char NIBBLETYPE
The datatype used by nibbledata (meta, light, skylight)
unsigned char BLOCKTYPE
The datatype used by blockdata.
static bool IsSolid(BLOCKTYPE Block)
Is this block solid (player cannot walk through)?
constexpr cBlockHandler(BLOCKTYPE a_BlockType)
virtual cItems ConvertToPickups(const NIBBLETYPE a_BlockMeta, const cItem *const a_Tool) const override
Returns the pickups that would result if the block was mined by a_Digger using a_Tool.
virtual ColourID GetMapBaseColourID(NIBBLETYPE a_Meta) const override
Returns the base colour ID of the block, as will be represented on a map, as per documentation: https...
static Vector3i GetOffsetBehindTheSign(NIBBLETYPE a_BlockMeta)
Returns the offset from the sign coords to the block to which the wallsign is attached,...
virtual bool CanBeAt(const cChunk &a_Chunk, const Vector3i a_Position, const NIBBLETYPE a_Meta) const override
Checks if the block can stay at the specified relative coords in the chunk.
bool UnboundedRelGetBlockType(Vector3i a_RelCoords, BLOCKTYPE &a_BlockType) const
Same as GetBlockType(), but relative coords needn't be in this chunk (uses m_Neighbor-s or m_ChunkMap...
This class bridges a vector of cItem for safe access via Lua.