LeviLamina
Loading...
Searching...
No Matches
ItemSlotInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
ItemSlotInfo
{
6
public
:
7
// ItemSlotInfo inner types define
8
enum class
SlotType : uchar {
9
Inventory
= 0,
10
Equipment = 1,
11
};
12
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<4, 4, int> mSlot;
17
::ll::TypedStorage<1, 1, ::ItemSlotInfo::SlotType> mSlotType;
18
// NOLINTEND
19
};
Inventory
Definition
Inventory.h:13
ItemSlotInfo
Definition
ItemSlotInfo.h:5
src
mc
entity
components_json_legacy
ItemSlotInfo.h
Generated on
for LeviLamina by
1.16.1