File ItemStackBase.hpp¶
-
class ItemStackBase¶
Subclassed by ItemInstance, ItemStack
Public Functions
-
~ItemStackBase()¶
-
void reinit(const BlockLegacy &block, int count)¶
-
ItemStackBase()¶
-
ItemStackBase(const ItemStackBase&)¶
-
ItemStackBase &operator=(const ItemStackBase&)¶
-
void _loadItem(const CompoundTag*)¶
Public Members
-
uintptr_t **vtable¶
-
CompoundTag *mUserData¶
-
unsigned short mAuxValue¶
-
byte mCount¶
-
bool mValid¶
-
bool mShowPickup¶
-
std::vector<const BlockLegacy*> mCanPlaceOn¶
-
size_t mCanPlaceOnHash¶
-
std::vector<const BlockLegacy*> mCanDestroy¶
-
size_t mCanDestroyHash¶
-
std::unique_ptr<ItemInstance> mChargedItem¶
-
~ItemStackBase()¶