LeviLamina
|
Static Public Member Functions | |
static MCAPI bool | _parseItemLockMode (::ItemStackBase &item, ::Json::Value const &data) |
static MCAPI bool | _parseKeepOnDeath (::ItemStackBase &item, ::Json::Value const &data) |
static MCAPI bool | canMoveItemSlots (::Actor const &actor, ::ItemStackBase const &item) |
static MCAPI ::ItemLockMode | getItemLockMode (::ItemStackBase const &item) |
static MCAPI bool | isItemLocked (::ItemStackBase const &item) |
static MCAPI bool | removeItemLockMode (::ItemStackBase &item) |
static MCAPI bool | removeKeepOnDeath (::ItemStackBase &item) |
static MCAPI void | setItemLockMode (::ItemStackBase &item, ::ItemLockMode lockMode) |
static MCAPI bool | shouldKeepOnDeath (::ItemStackBase const &item) |
static MCAPI bool | shouldKeepOnDeath (::Actor const &actor, ::ItemStackBase const &item) |