mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-01 19:53:41 +00:00
部分补全LevelContainerModel
类
This commit is contained in:
parent
ac4ca933de
commit
62950cbd21
@ -11,7 +11,13 @@
|
||||
class LevelContainerModel : public ContainerModel {
|
||||
|
||||
#define AFTER_EXTRA
|
||||
|
||||
char data[200];
|
||||
public:
|
||||
Player *mPlayer;
|
||||
BlockPos mBlockPos;
|
||||
BlockActorType mBlockEntityType;
|
||||
ActorUniqueID mEntityUniqueId;
|
||||
std::vector<Container *> initContainerList;
|
||||
#undef AFTER_EXTRA
|
||||
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_LEVELCONTAINERMODEL
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user