LeviLamina
Loading...
Searching...
No Matches
RecordItemComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
7#include "mc/world/item/components/NetworkedItemComponent.h"
8#include "mc/world/level/storage/AllExperiments.h"
9
10// auto generated forward declare list
11// clang-format off
12class HashedString;
13class SemVersion;
14namespace Bedrock::Safety { class RedactableString; }
15namespace cereal { struct ReflectionCtx; }
16// clang-format on
17
18class RecordItemComponent : public ::NetworkedItemComponent<::RecordItemComponent> {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSoundEvent;
23 ::ll::TypedStorage<4, 4, float> mDuration;
24 ::ll::TypedStorage<4, 4, int> mComparatorSignal;
25 // NOLINTEND
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~RecordItemComponent() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI void appendFormattedHovertext(::Bedrock::Safety::RedactableString& hovertext) const;
38
39 MCAPI ::std::string getRecordDescription() const;
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static void bindType(
47 ::std::vector<::AllExperiments> const& releasedMinFormatVersion,
48 ::std::optional<::SemVersion> requiredToggles
49 );
50
51 MCAPI static ::HashedString const& getIdentifier();
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCAPI static void** $vftable();
64 // NOLINTEND
65};
Definition RedactableString.h:10
Definition HashedString.h:5
Definition NetworkedItemComponent.h:6
Definition RecordItemComponent.h:18
Definition SemVersion.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5