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 SemVersion;
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15class StorageWeightLimitItemComponent : public ::NetworkedItemComponent<::StorageWeightLimitItemComponent> {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, int> mWeightLimit;
20 // NOLINTEND
21
22public:
23 // static functions
24 // NOLINTBEGIN
25 MCAPI static void bindType(
27 ::std::vector<::AllExperiments> const& requiredToggles,
28 ::std::optional<::SemVersion> releasedMinFormatVersion
29 );
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
Definition NetworkedItemComponent.h:7
Definition SemVersion.h:15
Definition StorageWeightLimitItemComponent.h:15
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5