LeviLamina
Loading...
Searching...
No Matches
IconItemComponentLegacyFactoryData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/util/Reference.h"
7#include "mc/world/item/components/IItemComponentLegacyFactoryData.h"
8#include "mc/world/level/storage/AllExperiments.h"
9
10// auto generated forward declare list
11// clang-format off
12class SemVersion;
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::SharedTypes::Reference<11>> mTexture;
21 // NOLINTEND
22
23public:
24 // static functions
25 // NOLINTBEGIN
26 MCAPI static void bindType(
28 ::std::vector<::AllExperiments> const& releasedMinFormatVersion,
29 ::std::optional<::SemVersion>
30 );
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftable();
37 // NOLINTEND
38};
Definition SemVersion.h:15
Definition IItemComponentLegacyFactoryData.h:5
Definition IconItemComponentLegacyFactoryData.h:16
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5