LeviLamina
Loading...
Searching...
No Matches
LiquidClippedItemComponent.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 ComponentItem;
12class HashedString;
13class SemVersion;
14namespace SharedTypes::v1_20_50 { struct LiquidClippedItemComponent; }
15namespace cereal { struct ReflectionCtx; }
16// clang-format on
17
18class LiquidClippedItemComponent : public ::NetworkedItemComponent<::LiquidClippedItemComponent> {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<1, 1, bool> mIsLiquidClipped;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 LiquidClippedItemComponent();
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 virtual void _initializeComponent(::ComponentItem& owner) /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI explicit LiquidClippedItemComponent(::SharedTypes::v1_20_50::LiquidClippedItemComponent component);
39
40 MCFOLD bool isLiquidClipped() const;
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static void bindType(
48 ::std::vector<::AllExperiments> const& requiredToggles,
49 ::std::optional<::SemVersion> releasedMinFormatVersion
50 );
51
52 MCAPI static ::HashedString const& getIdentifier();
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCAPI void* $ctor(::SharedTypes::v1_20_50::LiquidClippedItemComponent component);
59 // NOLINTEND
60
61public:
62 // virtual function thunks
63 // NOLINTBEGIN
64 MCAPI void $_initializeComponent(::ComponentItem& owner);
65
66
67 // NOLINTEND
68
69public:
70 // vftables
71 // NOLINTBEGIN
72 MCNAPI static void** $vftable();
73 // NOLINTEND
74};
Definition ComponentItem.h:55
Definition HashedString.h:5
static MCAPI void ** $vftable()
Definition NetworkedItemComponent.h:7
Definition SemVersion.h:15
Definition LiquidClippedItemComponent.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5