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 // member functions
25 // NOLINTBEGIN
26#ifdef LL_PLAT_C
27 MCFOLD int getNumViewableSlots() const;
28#endif
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static void bindType(
36 ::std::vector<::AllExperiments> const& requiredToggles,
37 ::std::optional<::SemVersion> releasedMinFormatVersion
38 );
39
40#ifdef LL_PLAT_C
41 MCAPI static ::HashedString const& getIdentifier();
42#endif
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCAPI static void** $vftable();
49 // NOLINTEND
50};
Definition BundleInteractionItemComponent.h:16
Definition HashedString.h:5
Definition NetworkedItemComponent.h:7
Definition SemVersion.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5