LeviLamina
Loading...
Searching...
No Matches
SelectedSlotInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
struct
SlotData
;
8
// clang-format on
9
10
struct
SelectedSlotInfo {
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<8, 8, ::SlotData const&> mSlot;
15
::ll::TypedStorage<4, 4, int const> mProgressiveTake;
16
// NOLINTEND
17
18
public
:
19
// prevent constructor by default
20
SelectedSlotInfo& operator=(SelectedSlotInfo
const
&);
21
SelectedSlotInfo(SelectedSlotInfo
const
&);
22
SelectedSlotInfo();
23
};
SlotData
Definition
SlotData.h:5
src
mc
world
containers
managers
controllers
SelectedSlotInfo.h
Generated on
for LeviLamina by
1.16.1