LeviLamina
Loading...
Searching...
No Matches
ItemChargeEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
ItemInstance
;
8
class
WeakEntityRef
;
9
// clang-format on
10
11
struct
ItemChargeEvent
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<8, 128, ::ItemInstance> mItemInstance;
16
::ll::TypedStorage<8, 24, ::WeakEntityRef> mActor;
17
::ll::TypedStorage<4, 4, int> mUseDuration;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
ItemChargeEvent
& operator=(
ItemChargeEvent
const
&);
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI
ItemChargeEvent
(
::ItemChargeEvent
&&);
28
29
MCAPI
ItemChargeEvent
(
::ItemChargeEvent
const
&);
30
31
MCAPI
ItemChargeEvent
(
::ItemInstance
const
& inst,
::WeakEntityRef
actor,
int
useDuration);
32
// NOLINTEND
33
34
public
:
35
// constructor thunks
36
// NOLINTBEGIN
37
MCAPI
void
* $ctor(
::ItemChargeEvent
&&);
38
39
MCAPI
void
* $ctor(
::ItemChargeEvent
const
&);
40
41
MCAPI
void
* $ctor(
::ItemInstance
const
& inst,
::WeakEntityRef
actor,
int
useDuration);
42
// NOLINTEND
43
};
ItemInstance
Definition
ItemInstance.h:16
WeakEntityRef
Definition
WeakEntityRef.h:14
ItemChargeEvent
Definition
ItemChargeEvent.h:11
src
mc
world
events
ItemChargeEvent.h
Generated on Sat Apr 26 2025 05:56:09 for LeviLamina by
1.12.0