LeviLamina
Loading...
Searching...
No Matches
BlockRandomOffsetDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/components/NetworkedBlockComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14struct BlockRandomOffsetDescription : public ::NetworkedBlockComponentDescription<::BlockRandomOffsetDescription> {
15public:
16 // BlockRandomOffsetDescription inner types declare
17 // clang-format off
18 struct RangeAndSteps;
19 // clang-format on
20
21 // BlockRandomOffsetDescription inner types define
23 public:
24 // member variables
25 // NOLINTBEGIN
28 // NOLINTEND
29
30 public:
31 // prevent constructor by default
32 RangeAndSteps& operator=(RangeAndSteps const&);
35 };
36
37public:
38 // member variables
39 // NOLINTBEGIN
43 // NOLINTEND
44
45public:
46 // prevent constructor by default
50
51public:
52 // virtual functions
53 // NOLINTBEGIN
54 // vIndex: 0
55 virtual ~BlockRandomOffsetDescription() /*override*/ = default;
56
57 // vIndex: 1
58 virtual ::std::string const& getName() const /*override*/;
59
60 // vIndex: 2
61 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
62
63 // vIndex: 4
64 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
65 // NOLINTEND
66
67public:
68 // static functions
69 // NOLINTBEGIN
70 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
71 // NOLINTEND
72
73public:
74 // static variables
75 // NOLINTBEGIN
76 MCNAPI static ::std::string const& NameID();
77 // NOLINTEND
78
79public:
80 // virtual function thunks
81 // NOLINTBEGIN
82 MCNAPI ::std::string const& $getName() const;
83
84 MCNAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
85
86 MCNAPI void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
87 // NOLINTEND
88
89public:
90 // vftables
91 // NOLINTBEGIN
92 MCNAPI static void** $vftable();
93 // NOLINTEND
94};
Definition BlockComponentStorage.h:8
Definition NetworkedBlockComponentDescription.h:6
STL namespace.
Definition BlockRandomOffsetDescription.h:22
Definition BlockRandomOffsetDescription.h:14
static MCAPI ::std::string const & NameID()
MCAPI void $initializeComponentFromCode(::BlockComponentStorage &blockComponentStorage) const
MCAPI::std::string const & $getName() const
MCAPI void $initializeComponent(::BlockComponentStorage &blockComponentStorage) const
static MCAPI void ** $vftable()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ctx.h:5
Definition Alias.h:14