5 #include "../ClientHandle.h"
12 Super(a_BlockType, a_BlockMeta, a_Pos, a_World),
13 m_CustomName(
std::move(a_CustomName))
@ E_BLOCK_ENCHANTMENT_TABLE
unsigned char NIBBLETYPE
The datatype used by nibbledata (meta, light, skylight)
unsigned char BLOCKTYPE
The datatype used by blockdata.
virtual void CopyFrom(const cBlockEntity &a_Src)
Copies all properties of a_Src into this entity, except for its m_World and location.
virtual cItems ConvertToPickups() const override
Returns the contents of this block entity that it would drop if broken.
cEnchantingTableEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World, AString a_CustomName="")
virtual void SendTo(cClientHandle &a_Client) override
Sends the packet defining the block entity to the client specified.
virtual void CopyFrom(const cBlockEntity &a_Src) override
Copies all properties of a_Src into this entity, except for its m_World and location.
virtual bool UsedBy(cPlayer *a_Player) override
Called when a player uses this entity; should open the UI window.
void SendUpdateBlockEntity(cBlockEntity &a_BlockEntity)
This class bridges a vector of cItem for safe access via Lua.