LeviLamina
Loading...
Searching...
No Matches
IconItemComponent.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 SharedTypes::v1_20_60 { struct IconItemComponent; }
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17class IconItemComponent : public ::NetworkedItemComponent<::IconItemComponent> {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::std::string>> mTextures;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 7
28 virtual void _initializeComponent() /*override*/;
29
30 // vIndex: 0
31 virtual ~IconItemComponent() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
38
39 MCAPI ::std::string const& getDefaultTexture() const;
40
41 MCAPI void setTexturePath(::std::string const& texturePath);
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void bindType(
49 ::std::vector<::AllExperiments> const& releasedMinFormatVersion,
50 ::std::optional<::SemVersion> requiredToggles
51 );
52
53 MCAPI static ::HashedString const& getIdentifier();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCAPI void* $ctor(::SharedTypes::v1_20_60::IconItemComponent component);
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65
66 // NOLINTEND
67
68public:
69 // virtual function thunks
70 // NOLINTBEGIN
71 MCAPI void $_initializeComponent();
72 // NOLINTEND
73
74public:
75 // vftables
76 // NOLINTBEGIN
77 MCAPI static void** $vftable();
78 // NOLINTEND
79};
Definition HashedString.h:5
Definition IconItemComponent.h:17
Definition NetworkedItemComponent.h:6
Definition SemVersion.h:15
Definition IconItemComponent.h:13
Definition ReflectionCtx.h:11
Definition ctx.h:5