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