LeviLamina
Loading...
Searching...
No Matches
ShooterItemComponentLegacyFactoryData.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 // ShooterItemComponentLegacyFactoryData inner types declare
18 // clang-format off
20 // clang-format on
21
22 // ShooterItemComponentLegacyFactoryData inner types define
24 public:
25 // member variables
26 // NOLINTBEGIN
31 // NOLINTEND
32
33 public:
34 // prevent constructor by default
36
37 public:
38 // member functions
39 // NOLINTBEGIN
41
42 MCFOLD ::ShooterItemComponentLegacyFactoryData::ShooterAmmunitionEntry&
44 // NOLINTEND
45
46 public:
47 // constructor thunks
48 // NOLINTBEGIN
50 // NOLINTEND
51 };
52
53public:
54 // member variables
55 // NOLINTBEGIN
60 // NOLINTEND
61
62public:
63 // prevent constructor by default
67
68public:
69 // virtual functions
70 // NOLINTBEGIN
71 // vIndex: 0
72 virtual ~ShooterItemComponentLegacyFactoryData() /*override*/ = default;
73 // NOLINTEND
74
75public:
76 // static functions
77 // NOLINTBEGIN
78 MCAPI static void bindType(
80 ::std::vector<::AllExperiments> const& releasedMinFormatVersion,
81 ::std::optional<::SemVersion> requiredToggles
82 );
83 // NOLINTEND
84
85public:
86 // destructor thunk
87 // NOLINTBEGIN
88
89 // NOLINTEND
90
91public:
92 // vftables
93 // NOLINTBEGIN
94 MCAPI static void** $vftable();
95 // NOLINTEND
96};
Definition SemVersion.h:15
Definition IItemComponentLegacyFactoryData.h:5
Definition ShooterItemComponentLegacyFactoryData.h:23
Definition ShooterItemComponentLegacyFactoryData.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14