LeviLamina
Loading...
Searching...
No Matches
CreativeGroupInfoPayload.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/shared_types/item/CreativeItemCategory.h"
7
#include "mc/world/item/NetworkItemInstanceDescriptor.h"
8
9
struct
CreativeGroupInfoPayload
{
10
public
:
11
// member variables
12
// NOLINTBEGIN
13
::ll::TypedStorage<1, 1, ::SharedTypes::CreativeItemCategory> mCreativeItemCategory;
14
::ll::TypedStorage<8, 32, ::std::string> mName;
15
::ll::TypedStorage<8, 64, ::NetworkItemInstanceDescriptor> mIcon;
16
// NOLINTEND
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCAPI
~CreativeGroupInfoPayload
();
22
// NOLINTEND
23
24
public
:
25
// destructor thunk
26
// NOLINTBEGIN
27
MCAPI
void
$dtor();
28
// NOLINTEND
29
};
CreativeGroupInfoPayload
Definition
CreativeGroupInfoPayload.h:9
src
mc
network
packet
CreativeGroupInfoPayload.h
Generated on
for LeviLamina by
1.16.1