LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerInteractWithEntityIntermediateData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/actor/ScriptActorData.h"
7#include "mc/world/item/ItemStack.h"
8
9namespace ScriptModuleMinecraft {
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 96, ::ScriptModuleMinecraft::ScriptActorData> mPlayer;
16 ::ll::TypedStorage<8, 152, ::ItemStack> mBeforeItemStack;
17 ::ll::TypedStorage<8, 152, ::ItemStack> mAfterItemStack;
18 ::ll::TypedStorage<8, 96, ::ScriptModuleMinecraft::ScriptActorData> mTarget;
19 // NOLINTEND
20};
21
22} // namespace ScriptModuleMinecraft
Definition ScriptPlayerInteractWithEntityIntermediateData.h:11