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 HashedString;
13class SemVersion;
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17class UseAnimationItemComponent : public ::NetworkedItemComponent<::UseAnimationItemComponent> {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<1, 1, ::SharedTypes::Legacy::UseAnimation> mUseAnimation;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 7
28 virtual void _initializeComponent() /*override*/;
29
30 // vIndex: 0
31 virtual ~UseAnimationItemComponent() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static void bindType(
39 ::std::vector<::AllExperiments> const& releasedMinFormatVersion,
40 ::std::optional<::SemVersion> requiredToggles
41 );
42
43 MCAPI static ::HashedString const& getIdentifier();
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCAPI void $_initializeComponent();
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCAPI static void** $vftable();
62 // NOLINTEND
63};
Definition HashedString.h:5
Definition NetworkedItemComponent.h:6
Definition SemVersion.h:15
Definition UseAnimationItemComponent.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5