LeviLamina
Loading...
Searching...
No Matches
ContainerScreenActionScope.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7#include "mc/world/inventory/simulation/ContainerScreenActionResult.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, bool> mTemporaryScope;
19 ::ll::TypedStorage<8, 8, ::ContainerScreenActionScope*> mParentScope;
20 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::ContainerScreenSimulation>> mSimulation;
21 ::ll::TypedStorage<8, 56, ::ContainerScreenActionResult> mScreenSimulationResult;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 0
28 virtual ~ContainerScreenActionScope() = default;
29 // NOLINTEND
30};
Definition ContainerScreenActionScope.h:14
Definition ContainerScreenSimulation.h:25