LeviLamina
Loading...
Searching...
No Matches
ValidMutableAttributeWithContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/attribute/AttributeInstanceRef.h"
7#include "mc/world/attribute/AttributeModificationContext.h"
8
9// auto generated forward declare list
10// clang-format off
13// clang-format on
14
15struct ValidMutableAttributeWithContext {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 8, ::AttributeInstanceRef const> mInstance;
20 ::ll::TypedStorage<8, 8, ::AttributeModificationContext const> mContext;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 ValidMutableAttributeWithContext();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI explicit ValidMutableAttributeWithContext(::MutableAttributeWithContext const& context);
31
32 MCAPI ::AttributeInstanceForwarder* operator->();
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCAPI void* $ctor(::MutableAttributeWithContext const& context);
39 // NOLINTEND
40};
Definition AttributeInstanceForwarder.h:16
Definition MutableAttributeWithContext.h:15
Definition context.h:5