LeviLamina
Loading...
Searching...
No Matches
UseAnimationItemComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/item/UseAnimation.h"
7#include "mc/world/item/components/NetworkedItemComponent.h"
8#include "mc/world/level/storage/AllExperiments.h"
9
10// auto generated forward declare list
11// clang-format off
12class ComponentItem;
13class HashedString;
14class SemVersion;
15namespace SharedTypes::v1_20_50 { struct UseAnimationItemComponent; }
16namespace cereal { struct ReflectionCtx; }
17// clang-format on
18
19class UseAnimationItemComponent : public ::NetworkedItemComponent<::UseAnimationItemComponent> {
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<1, 1, ::SharedTypes::Legacy::UseAnimation> mUseAnimation;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 UseAnimationItemComponent();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual void _initializeComponent(::ComponentItem& owner) /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI explicit UseAnimationItemComponent(::SharedTypes::v1_20_50::UseAnimationItemComponent component);
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static void bindType(
47 ::std::vector<::AllExperiments> const& requiredToggles,
48 ::std::optional<::SemVersion> releasedMinFormatVersion
49 );
50
51 MCAPI static ::HashedString const& getIdentifier();
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCAPI void* $ctor(::SharedTypes::v1_20_50::UseAnimationItemComponent component);
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63 MCAPI void $_initializeComponent(::ComponentItem& owner);
64
65
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCNAPI static void** $vftable();
72 // NOLINTEND
73};
Definition ComponentItem.h:55
Definition HashedString.h:5
Definition NetworkedItemComponent.h:7
Definition SemVersion.h:15
static MCAPI void ** $vftable()
Definition UseAnimationItemComponent.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5