LeviLamina
Loading...
Searching...
No Matches
JigsawBlockMetadata.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/world/level/levelgen/structure/JigsawJointType.h"
7#include "mc/world/level/BlockPos.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_80 {
15
16class JigsawBlockMetadata {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::std::string> mName;
21 ::ll::TypedStorage<8, 32, ::std::string> mPoolName;
22 ::ll::TypedStorage<8, 32, ::std::string> mTargetName;
23 ::ll::TypedStorage<8, 32, ::std::string> mBlockSerializationId;
24 ::ll::TypedStorage<8, 32, ::std::string> mFinalBlockSerializationId;
25 ::ll::TypedStorage<1, 1, ::SharedTypes::JigsawJointType> mJointType;
26 ::ll::TypedStorage<4, 12, ::BlockPos> mPosition;
27 ::ll::TypedStorage<4, 4, int> mSelectionPriority;
28 ::ll::TypedStorage<4, 4, int> mPlacementPriority;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 JigsawBlockMetadata(JigsawBlockMetadata const&);
34 JigsawBlockMetadata();
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI JigsawBlockMetadata(::SharedTypes::v1_21_80::JigsawBlockMetadata&&);
40
41 MCFOLD ::SharedTypes::v1_21_80::JigsawBlockMetadata& operator=(::SharedTypes::v1_21_80::JigsawBlockMetadata&&);
42
43 MCFOLD ::SharedTypes::v1_21_80::JigsawBlockMetadata& operator=(::SharedTypes::v1_21_80::JigsawBlockMetadata const&);
44
45 MCFOLD bool operator==(::SharedTypes::v1_21_80::JigsawBlockMetadata const&) const;
46
47 MCAPI ~JigsawBlockMetadata();
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCFOLD void $dtor();
66 // NOLINTEND
67};
68
69} // namespace SharedTypes::v1_21_80
Definition JigsawBlockMetadata.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5