LeviLamina
Loading...
Searching...
No Matches
ItemDescriptorCount.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/ItemDescriptor.h"
7
8// auto generated forward declare list
9// clang-format off
10class BinaryStream;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<2, 2, ushort> mStackSize;
18 // NOLINTEND
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 // vIndex: 1
24 virtual void serialize(::BinaryStream& stream) const /*override*/;
25
26 // vIndex: 0
27 virtual ~ItemDescriptorCount() /*override*/;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
35 MCAPI explicit operator bool() const;
36
37 MCFOLD ::ItemDescriptorCount& operator=(::ItemDescriptorCount const&);
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCAPI void* $ctor(::ItemDescriptorCount const&);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCFOLD void $dtor();
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCAPI void $serialize(::BinaryStream& stream) const;
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCAPI static void** $vftable();
62 // NOLINTEND
63};
Definition BinaryStream.h:10
Definition ItemDescriptorCount.h:13
Definition ItemDescriptor.h:22
Definition serialize.h:11