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 MCNAPI static ::std::string const& NameID();
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44 MCNAPI ::std::string const& $getName() const;
45
46 MCNAPI bool $isNetworkComponent() const;
47
48 MCNAPI ::std::unique_ptr<::CompoundTag> $buildNetworkTag(::cereal::ReflectionCtx const& ctx) const;
49
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
Definition CompoundTag.h:13
Definition OnInteractTriggerDescription.h:15
MCAPI void $initializeFromNetwork(::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx)
MCAPI ::std::unique_ptr<::CompoundTag > $buildNetworkTag(::cereal::ReflectionCtx const &ctx) const
static MCAPI void ** $vftable()
static MCAPI ::std::string const & NameID()
MCAPI::std::string const & $getName() const
MCAPI bool $isNetworkComponent() const
Definition OnInteractTrigger.h:14
Definition BlockTriggerDescription.h:6
Definition ReflectionCtx.h:11
Definition ctx.h:5