LeviLamina
Loading...
Searching...
No Matches
RarityItemComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/Rarity.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 RarityItemComponent : public ::NetworkedItemComponent<::RarityItemComponent> {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, ::Rarity> mRarity;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 7
28 virtual void _initializeComponent() /*override*/;
29
30 // vIndex: 0
31 virtual ~RarityItemComponent() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static void _rarityFromString(::RarityItemComponent& instance, ::std::string const& value);
38
39 MCAPI static void bindType(
41 ::std::vector<::AllExperiments> const& requiredToggles,
42 ::std::optional<::SemVersion> releasedMinFormatVersion
43 );
44
45 MCAPI static ::HashedString const& getIdentifier();
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCAPI void $_initializeComponent();
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
Definition HashedString.h:5
Definition NetworkedItemComponent.h:7
Definition RarityItemComponent.h:17
static MCAPI void ** $vftable()
Definition SemVersion.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5