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 // prevent constructor by default
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 1
28 virtual void serialize(::BinaryStream& stream) const /*override*/;
29
30 // vIndex: 0
31 virtual ~ItemDescriptorCount() /*override*/;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
38
39 MCAPI explicit operator bool() const;
40
41 MCFOLD ::ItemDescriptorCount& operator=(::ItemDescriptorCount const&);
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor(::ItemDescriptorCount const&);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCFOLD void $dtor();
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCAPI void $serialize(::BinaryStream& stream) const;
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftable();
66 // NOLINTEND
67};
Definition BinaryStream.h:10
Definition ItemDescriptorCount.h:13
static MCAPI void ** $vftable()
Definition ItemDescriptor.h:22
Definition serialize.h:11