LeviLamina
Loading...
Searching...
No Matches
GlowStickItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/ChemistryStickItem.h"
7#include "mc/world/item/ItemColor.h"
8
9// auto generated forward declare list
10// clang-format off
11class CompoundTag;
12class ItemDescriptor;
13struct Brightness;
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 112
21 virtual ::Brightness getLightEmission(int auxValue) const /*override*/;
22
23 // vIndex: 87
24 virtual ::std::string
25 buildDescriptionId(::ItemDescriptor const& itemDescriptor, ::CompoundTag const* userData) const /*override*/;
26
27 // vIndex: 60
28 virtual bool isValidAuxValue(int auxValue) const /*override*/;
29
30 // vIndex: 0
31 virtual ~GlowStickItem() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // static variables
36 // NOLINTBEGIN
37 MCAPI static ::std::add_lvalue_reference_t<::ItemColor const[]> COLORS();
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49 MCFOLD ::Brightness $getLightEmission(int auxValue) const;
50
51 MCAPI ::std::string
52 $buildDescriptionId(::ItemDescriptor const& itemDescriptor, ::CompoundTag const* userData) const;
53
54 MCAPI bool $isValidAuxValue(int auxValue) const;
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCAPI static void** $vftable();
61 // NOLINTEND
62};
Definition ChemistryStickItem.h:21
Definition CompoundTag.h:13
Definition GlowStickItem.h:16
Definition ItemDescriptor.h:22
Definition Brightness.h:8