LeviLamina
Loading...
Searching...
No Matches
OnPlayerPlacingTriggerDescription.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 OnPlayerPlacingTriggerDescription : public ::BlockTriggerDescription<::OnPlayerPlacingTrigger> {
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual ::std::string const& getName() const /*override*/;
20
21 virtual bool isNetworkComponent() const /*override*/;
22
23 virtual ::std::unique_ptr<::CompoundTag> buildNetworkTag(::cereal::ReflectionCtx const& ctx) const /*override*/;
24
25 virtual void initializeFromNetwork(::CompoundTag const& tag, ::cereal::ReflectionCtx const& ctx) /*override*/;
26
27 virtual ~OnPlayerPlacingTriggerDescription() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // static variables
32 // NOLINTBEGIN
33 MCAPI static ::std::string const& NameID();
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCAPI ::std::string const& $getName() const;
40
41 MCFOLD bool $isNetworkComponent() const;
42
43 MCFOLD ::std::unique_ptr<::CompoundTag> $buildNetworkTag(::cereal::ReflectionCtx const& ctx) const;
44
45 MCFOLD void $initializeFromNetwork(::CompoundTag const& tag, ::cereal::ReflectionCtx const& ctx);
46
47
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCNAPI static void** $vftable();
54 // NOLINTEND
55};
Definition CompoundTag.h:23
Definition OnPlayerPlacingTriggerDescription.h:15
static MCAPI void ** $vftable()
Definition OnPlayerPlacingTrigger.h:15
Definition BlockTriggerDescription.h:6
Definition ReflectionCtx.h:11
Definition ctx.h:5