LeviLamina
Loading...
Searching...
No Matches
StorageWeightLimitItemComponent.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 StorageWeightLimitItemComponent : public ::NetworkedItemComponent<::StorageWeightLimitItemComponent> {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, int> mWeightLimit;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ~StorageWeightLimitItemComponent() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // static functions
31 // NOLINTBEGIN
32 MCAPI static void bindType(
34 ::std::vector<::AllExperiments> const& requiredToggles,
35 ::std::optional<::SemVersion> releasedMinFormatVersion
36 );
37
38 MCAPI static ::HashedString const& getIdentifier();
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCNAPI static void** $vftable();
45 // NOLINTEND
46};
Definition HashedString.h:5
Definition NetworkedItemComponent.h:7
Definition SemVersion.h:15
Definition StorageWeightLimitItemComponent.h:16
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5