Cuberite
A lightweight, fast and extensible game server for Minecraft
cItemGrid Member List

This is the complete list of members for cItemGrid, including all inherited members.

AddItem(cItem &a_ItemStack, bool a_AllowNewStacks=true, int a_PrioritySlot=-1)cItemGrid
AddItems(cItems &a_ItemStackList, bool a_AllowNewStacks=true, int a_PrioritySlot=-1)cItemGrid
AddItemToSlot(const cItem &a_ItemStack, int a_Slot, int a_Num, int a_MaxStack)cItemGridprotected
AddListener(cListener &a_Listener)cItemGrid
ChangeSlotCount(int a_SlotNum, char a_AddToCount)cItemGrid
ChangeSlotCount(int a_X, int a_Y, char a_AddToCount)cItemGrid
cItemGrid(int a_Width, int a_Height)cItemGrid
Clear(void)cItemGrid
cListeners typedefcItemGrid
CopyFrom(const cItemGrid &a_Src)cItemGrid
CopyToItems(cItems &a_Items) constcItemGrid
DamageItem(int a_SlotNum, short a_Amount)cItemGrid
DamageItem(int a_X, int a_Y, short a_Amount)cItemGrid
EmptySlot(int a_X, int a_Y)cItemGrid
EmptySlot(int a_SlotNum)cItemGrid
FindItem(const cItem &a_RecipeItem)cItemGrid
GenerateRandomLootWithBooks(const cLootProbab *a_LootProbabs, size_t a_CountLootProbabs, int a_NumSlots, int a_Seed)cItemGrid
GetFirstEmptySlot(void) constcItemGrid
GetFirstUsedSlot(void) constcItemGrid
GetHeight(void) constcItemGridinline
GetLastEmptySlot(void) constcItemGrid
GetLastUsedSlot(void) constcItemGrid
GetNextEmptySlot(int a_StartFrom) constcItemGrid
GetNextUsedSlot(int a_StartFrom) constcItemGrid
GetNumSlots(void) constcItemGridinline
GetSlot(int a_X, int a_Y) constcItemGrid
GetSlot(int a_SlotNum) constcItemGrid
GetSlotCoords(int a_SlotNum, int &a_X, int &a_Y) constcItemGrid
GetSlotNum(int a_X, int a_Y) constcItemGrid
GetWidth(void) constcItemGridinline
HasItems(const cItem &a_ItemStack)cItemGrid
HowManyCanFit(const cItem &a_ItemStack, bool a_AllowNewStacks=true)cItemGrid
HowManyItems(const cItem &a_Item)cItemGrid
IsSlotEmpty(int a_SlotNum) constcItemGrid
IsSlotEmpty(int a_X, int a_Y) constcItemGrid
IsValidSlotCoords(int a_X, int a_Y) constcItemGrid
IsValidSlotNum(int a_SlotNum) constcItemGrid
m_CSListenerscItemGridprotected
m_HeightcItemGridprotected
m_IsInTriggerListenerscItemGridprotected
m_ListenerscItemGridprotected
m_SlotscItemGridprotected
m_WidthcItemGridprotected
RemoveItem(const cItem &a_ItemStack)cItemGrid
RemoveListener(cListener &a_Listener)cItemGrid
RemoveOneItem(int a_SlotNum)cItemGrid
RemoveOneItem(int a_X, int a_Y)cItemGrid
SetSlot(int a_X, int a_Y, const cItem &a_Item)cItemGrid
SetSlot(int a_X, int a_Y, short a_ItemType, char a_ItemCount, short a_ItemDamage)cItemGrid
SetSlot(int a_SlotNum, const cItem &a_Item)cItemGrid
SetSlot(int a_SlotNum, short a_ItemType, char a_ItemCount, short a_ItemDamage)cItemGrid
TriggerListeners(int a_SlotNum)cItemGridprotected