From 62950cbd219f2b18661dfd87fb96c60db6d9751a Mon Sep 17 00:00:00 2001 From: Qiuzhizhe <42761326+quizhizhe@users.noreply.github.com> Date: Sat, 18 Mar 2023 06:33:39 -0700 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E8=A1=A5=E5=85=A8`LevelConta?= =?UTF-8?q?inerModel`=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LiteLoader/include/llapi/mc/LevelContainerModel.hpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: