LeviLamina
Loading...
Searching...
No Matches
BundleInteractionItemComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/components/NetworkedItemComponent.h"
7#include "mc/world/level/storage/AllExperiments.h"
8
9// auto generated forward declare list
10// clang-format off
11class HashedString;
12class SemVersion;
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16class BundleInteractionItemComponent : public ::NetworkedItemComponent<::BundleInteractionItemComponent> {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, int> mNumViewableSlots;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 0
27 virtual ~BundleInteractionItemComponent() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // static functions
32 // NOLINTBEGIN
33 MCAPI static void bindType(
35 ::std::vector<::AllExperiments> const& releasedMinFormatVersion,
36 ::std::optional<::SemVersion> requiredToggles
37 );
38
39 MCAPI static ::HashedString const& getIdentifier();
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCAPI static void** $vftable();
52 // NOLINTEND
53};
Definition BundleInteractionItemComponent.h:16
Definition HashedString.h:5
Definition NetworkedItemComponent.h:6
Definition SemVersion.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5