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 SharedTypes::v1_21_60 { struct StorageWeightLimitItemComponent; }
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17class StorageWeightLimitItemComponent : public ::NetworkedItemComponent<::StorageWeightLimitItemComponent> {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, int> mWeightLimit;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 StorageWeightLimitItemComponent();
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI explicit StorageWeightLimitItemComponent(
33 );
34
35 MCFOLD int getWeightLimit() const;
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCAPI static void bindType(
43 ::std::vector<::AllExperiments> const& requiredToggles,
44 ::std::optional<::SemVersion> releasedMinFormatVersion
45 );
46
47 MCAPI static ::HashedString const& getIdentifier();
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor(::SharedTypes::v1_21_60::StorageWeightLimitItemComponent const& component);
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
Definition HashedString.h:5
Definition NetworkedItemComponent.h:7
Definition SemVersion.h:15
static MCAPI void ** $vftable()
Definition StorageWeightLimitItemComponent.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5