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
11class HashedString;
12class SemVersion;
13namespace SharedTypes::v1_20_50 { struct FuelItemComponent; }
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17class FuelItemComponent : public ::NetworkedItemComponent<::FuelItemComponent> {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, float> mFuelDuration;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 FuelItemComponent();
27
28public:
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
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCAPI static void bindType(
41 ::std::vector<::AllExperiments> const& requiredToggles,
42 ::std::optional<::SemVersion> releasedMinFormatVersion
43 );
44
45 MCAPI static ::HashedString const& getIdentifier();
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
51 MCAPI void* $ctor(::SharedTypes::v1_20_50::FuelItemComponent component);
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
static MCAPI void ** $vftable()
Definition HashedString.h:5
Definition NetworkedItemComponent.h:7
Definition SemVersion.h:15
Definition FuelItemComponent.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5