![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
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) | cItemGrid | protected |
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 typedef | cItemGrid | |
CopyFrom(const cItemGrid &a_Src) | cItemGrid | |
CopyToItems(cItems &a_Items) const | cItemGrid | |
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) const | cItemGrid | |
GetFirstUsedSlot(void) const | cItemGrid | |
GetHeight(void) const | cItemGrid | inline |
GetLastEmptySlot(void) const | cItemGrid | |
GetLastUsedSlot(void) const | cItemGrid | |
GetNextEmptySlot(int a_StartFrom) const | cItemGrid | |
GetNextUsedSlot(int a_StartFrom) const | cItemGrid | |
GetNumSlots(void) const | cItemGrid | inline |
GetSlot(int a_X, int a_Y) const | cItemGrid | |
GetSlot(int a_SlotNum) const | cItemGrid | |
GetSlotCoords(int a_SlotNum, int &a_X, int &a_Y) const | cItemGrid | |
GetSlotNum(int a_X, int a_Y) const | cItemGrid | |
GetWidth(void) const | cItemGrid | inline |
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) const | cItemGrid | |
IsSlotEmpty(int a_X, int a_Y) const | cItemGrid | |
IsValidSlotCoords(int a_X, int a_Y) const | cItemGrid | |
IsValidSlotNum(int a_SlotNum) const | cItemGrid | |
m_CSListeners | cItemGrid | protected |
m_Height | cItemGrid | protected |
m_IsInTriggerListeners | cItemGrid | protected |
m_Listeners | cItemGrid | protected |
m_Slots | cItemGrid | protected |
m_Width | cItemGrid | protected |
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) | cItemGrid | protected |