mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
Add Item::getFullItemName
This commit is contained in:
parent
096214efc4
commit
da82876fe0
@ -17,7 +17,11 @@ public:
|
|||||||
class Item {
|
class Item {
|
||||||
|
|
||||||
#define AFTER_EXTRA
|
#define AFTER_EXTRA
|
||||||
|
public:
|
||||||
|
inline std::string const & getFullItemName() const{
|
||||||
|
//ItemRegistry::registerItem Line25
|
||||||
|
return dAccess<std::string>(this,216);
|
||||||
|
};
|
||||||
#undef AFTER_EXTRA
|
#undef AFTER_EXTRA
|
||||||
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_ITEM
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_ITEM
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user