LeviLamina
Loading...
Searching...
No Matches
OnInteractTriggerDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/components/triggers/BlockTriggerDescription.h"
7
8// auto generated forward declare list
9// clang-format off
10class CompoundTag;
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15class OnInteractTriggerDescription : public ::BlockTriggerDescription<::OnInteractTrigger> {
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 1
20 virtual ::std::string const& getName() const /*override*/;
21
22 // vIndex: 7
23 virtual bool isNetworkComponent() const /*override*/;
24
25 // vIndex: 8
26 virtual ::std::unique_ptr<::CompoundTag> buildNetworkTag(::cereal::ReflectionCtx const& ctx) const /*override*/;
27
28 // vIndex: 9
29 virtual void initializeFromNetwork(::CompoundTag const& tag, ::cereal::ReflectionCtx const& ctx) /*override*/;
30
31 // vIndex: 0
32 virtual ~OnInteractTriggerDescription() /*override*/ = default;
33 // NOLINTEND
34
35public:
36 // static variables
37 // NOLINTBEGIN
38 MCAPI static ::std::string const& NameID();
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCAPI ::std::string const& $getName() const;
51
52 MCFOLD bool $isNetworkComponent() const;
53
54 MCFOLD ::std::unique_ptr<::CompoundTag> $buildNetworkTag(::cereal::ReflectionCtx const& ctx) const;
55
56 MCFOLD void $initializeFromNetwork(::CompoundTag const& tag, ::cereal::ReflectionCtx const& ctx);
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCAPI static void** $vftable();
63 // NOLINTEND
64};
Definition CompoundTag.h:13
Definition OnInteractTriggerDescription.h:15
Definition OnInteractTrigger.h:14
Definition BlockTriggerDescription.h:6
Definition ReflectionCtx.h:11
Definition ctx.h:5