LeviLamina
Loading...
Searching...
No Matches
ThrowableItemComponentLegacyFactoryData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/components/IItemComponentLegacyFactoryData.h"
7#include "mc/world/level/storage/AllExperiments.h"
8
9// auto generated forward declare list
10// clang-format off
11class SemVersion;
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 0
37 virtual ~ThrowableItemComponentLegacyFactoryData() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static void bindType(
45 ::std::vector<::AllExperiments> const& releasedMinFormatVersion,
46 ::std::optional<::SemVersion> requiredToggles
47 );
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCAPI static void** $vftable();
60 // NOLINTEND
61};
Definition SemVersion.h:15
Definition IItemComponentLegacyFactoryData.h:5
Definition ThrowableItemComponentLegacyFactoryData.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14