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