LeviLamina
Loading...
Searching...
No Matches
FuelItemComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/components/NetworkedItemComponent.h"
7
#include "mc/world/level/storage/AllExperiments.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
HashedString
;
12
class
SemVersion
;
13
namespace
SharedTypes::v1_20_50 {
struct
FuelItemComponent
; }
14
namespace
cereal {
struct
ReflectionCtx
; }
15
// clang-format on
16
17
class
FuelItemComponent :
public
::NetworkedItemComponent
<::FuelItemComponent> {
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<4, 4, float> mFuelDuration;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
FuelItemComponent();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI
explicit
FuelItemComponent(
::SharedTypes::v1_20_50::FuelItemComponent
component);
32
33
MCFOLD
void
setFuelDuration(
float
fuelDuration);
34
// NOLINTEND
35
36
public
:
37
// static functions
38
// NOLINTBEGIN
39
MCAPI
static
void
bindType(
40
::cereal::ReflectionCtx
&
ctx
,
41
::std::vector<::AllExperiments>
const
& requiredToggles,
42
::std::optional<::SemVersion> releasedMinFormatVersion
43
);
44
45
MCAPI static ::HashedString
const
& getIdentifier();
46
// NOLINTEND
47
48
public
:
49
// constructor thunks
50
// NOLINTBEGIN
51
MCAPI
void
* $ctor(
::SharedTypes::v1_20_50::FuelItemComponent
component);
52
// NOLINTEND
53
54
public
:
55
// vftables
56
// NOLINTBEGIN
57
MCNAPI
static
void
**
$vftable
();
58
// NOLINTEND
59
};
FuelItemComponent::$vftable
static MCAPI void ** $vftable()
HashedString
Definition
HashedString.h:5
NetworkedItemComponent
Definition
NetworkedItemComponent.h:7
SemVersion
Definition
SemVersion.h:15
SharedTypes::v1_20_50::FuelItemComponent
Definition
FuelItemComponent.h:12
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src
mc
world
item
components
FuelItemComponent.h
Generated on
for LeviLamina by
1.16.1