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