LeviLamina
Loading...
Searching...
No Matches
Test.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/v2/processors/pos_rules/AlwaysTrue.h"
7#include "mc/world/level/levelgen/v2/processors/pos_rules/AxisAlignedLinear.h"
8#include "mc/world/level/levelgen/v2/processors/pos_rules/TestType.h"
9
10// auto generated forward declare list
11// clang-format off
12class BlockPos;
13class IRandom;
14namespace Util { class XXHash; }
15// clang-format on
16
17namespace br::worldgen::processors::PosRules {
18
20public:
21 // Test inner types define
22 using Type = ::std::variant<
25
26public:
27 // member variables
28 // NOLINTBEGIN
29 ::ll::TypedStorage<
30 4,
31 40,
32 ::std::variant<
35 mData;
36 // NOLINTEND
37
38public:
39 // prevent constructor by default
40 Test& operator=(Test const&);
41 Test();
42
43public:
44 // virtual functions
45 // NOLINTBEGIN
46 // vIndex: 1
47 virtual bool test(::BlockPos inTemplatePos, ::BlockPos worldPos, ::BlockPos worldReference, ::IRandom& random) const
48 /*override*/;
49
50 // vIndex: 2
51 virtual void appendMetadataKey(::Util::XXHash& hash) const /*override*/;
52
53 // vIndex: 0
54 virtual ~Test() /*override*/;
55 // NOLINTEND
56
57public:
58 // member functions
59 // NOLINTBEGIN
61 // NOLINTEND
62
63public:
64 // constructor thunks
65 // NOLINTBEGIN
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCNAPI void $dtor();
73 // NOLINTEND
74
75public:
76 // virtual function thunks
77 // NOLINTBEGIN
78 MCNAPI bool
79 $test(::BlockPos inTemplatePos, ::BlockPos worldPos, ::BlockPos worldReference, ::IRandom& random) const;
80
81 MCNAPI void $appendMetadataKey(::Util::XXHash& hash) const;
82 // NOLINTEND
83
84public:
85 // vftables
86 // NOLINTBEGIN
87 MCNAPI static void** $vftable();
88 // NOLINTEND
89};
90
91} // namespace br::worldgen::processors::PosRules
Definition BlockPos.h:18
Definition IRandom.h:10
Definition XXHash.h:7
MCAPI void * $ctor(::br::worldgen::processors::PosRules::Test const &)
MCAPI Test(::br::worldgen::processors::PosRules::Test const &)
MCAPI bool $test(::BlockPos inTemplatePos, ::BlockPos worldPos, ::BlockPos worldReference, ::IRandom &random) const
MCAPI void $appendMetadataKey(::Util::XXHash &hash) const