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 :
int
{
9
Inventory
= 0,
10
Armor = 1,
11
};
12
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<4, 4>
mUnk8ab9ee;
17
::ll::UntypedStorage<4, 4>
mUnk5ef5da;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
ItemSlotInfo
& operator=(
ItemSlotInfo
const
&);
23
ItemSlotInfo
(
ItemSlotInfo
const
&);
24
ItemSlotInfo
();
25
};
Inventory
Definition
Inventory.h:13
ItemSlotInfo
Definition
ItemSlotInfo.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
components_json_legacy
ItemSlotInfo.h
Generated on Sat Apr 26 2025 05:55:36 for LeviLamina by
1.12.0