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/AttributeModificationContext.h"
7
8// auto generated forward declare list
9// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 8, ::AttributeInstance* const> mInstance;
19 ::ll::TypedStorage<8, 8, ::AttributeModificationContext const> mContext;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCNAPI ::AttributeInstanceForwarder* operator->();
26 // NOLINTEND
27};
Definition AttributeInstance.h:16
Definition AttributeInstanceForwarder.h:15
Definition ValidMutableAttributeWithContext.h:14
MCAPI::AttributeInstanceForwarder * operator->()