18struct ScriptPlayerInteractWithBlockIntermediateData {
22 ::ll::TypedStorage<8, 96, ::ScriptModuleMinecraft::ScriptActorData> mPlayer;
23 ::ll::TypedStorage<8, 152, ::ItemStack> mBeforeItemStack;
24 ::ll::TypedStorage<8, 152, ::ItemStack> mAfterItemStack;
25 ::ll::TypedStorage<8, 8, ::BlockSource&> mBlockSource;
26 ::ll::TypedStorage<4, 12, ::Vec3> mBlockLocation;
27 ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptFacing> mBlockFace;
28 ::ll::TypedStorage<4, 12, ::Vec3> mFaceLocation;
29 ::ll::TypedStorage<1, 1, bool> mIsFirstEvent;
34 ScriptPlayerInteractWithBlockIntermediateData& operator=(ScriptPlayerInteractWithBlockIntermediateData
const&);
35 ScriptPlayerInteractWithBlockIntermediateData(ScriptPlayerInteractWithBlockIntermediateData
const&);
36 ScriptPlayerInteractWithBlockIntermediateData();