Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cItem, including all inherited members.
AddCount(char a_AmountToAdd) | cItem | |
AddEnchantment(int a_EnchantmentID, unsigned int a_Level, bool a_FromBook) | cItem | |
AddEnchantmentsFromItem(const cItem &a_Other) | cItem | |
CanHaveEnchantment(int a_EnchantmentID) | cItem | |
cItem(void) | cItem | |
cItem(short a_ItemType, char a_ItemCount=1, short a_ItemDamage=0, const AString &a_Enchantments="", const AString &a_CustomName="", const AStringVector &a_LoreTable={}) | cItem | |
Clear(void) | cItem | |
CopyOne(void) const | cItem | |
DamageItem(short a_Amount=1) | cItem | |
Empty(void) | cItem | |
EnchantByXPLevels(unsigned a_NumXPLevels, MTRand &a_Random) | cItem | |
FromJson(const Json::Value &a_Value) | cItem | |
GetEnchantability() | cItem | |
GetHandler(void) const | cItem | |
GetJson(Json::Value &a_OutValue) const | cItem | |
GetMaxDamage(void) const | cItem | |
GetMaxStackSize(void) const | cItem | |
IsBothNameAndLoreEmpty(void) const | cItem | inline |
IsCustomNameEmpty(void) const | cItem | inline |
IsDamageable(void) const | cItem | inline |
IsEmpty(void) const | cItem | inline |
IsEnchantable(short a_ItemType, bool a_FromBook=false) | cItem | static |
IsEqual(const cItem &a_Item) const | cItem | inline |
IsFullStack(void) const | cItem | |
IsLoreEmpty(void) const | cItem | inline |
IsSameType(const cItem &a_Item) const | cItem | inline |
m_CustomName | cItem | |
m_Enchantments | cItem | |
m_FireworkItem | cItem | |
m_ItemColor | cItem | |
m_ItemCount | cItem | |
m_ItemDamage | cItem | |
m_ItemType | cItem | |
m_LoreTable | cItem | |
m_RepairCost | cItem |