diff --git a/LiteLoader/include/llapi/mc/LevelContainerModel.hpp b/LiteLoader/include/llapi/mc/LevelContainerModel.hpp index 6a02abe..ab03b21 100644 --- a/LiteLoader/include/llapi/mc/LevelContainerModel.hpp +++ b/LiteLoader/include/llapi/mc/LevelContainerModel.hpp @@ -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 initContainerList; #undef AFTER_EXTRA #ifndef DISABLE_CONSTRUCTOR_PREVENTION_LEVELCONTAINERMODEL public: