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