LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockTagPredicateBlockTagStringMatches.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/structure/structurepools/IStructurePoolBlockTagPredicate.h"
7
8// auto generated forward declare list
9// clang-format off
10class Block;
11class CompoundTag;
12namespace Util { class XXHash; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 8, ::Block const&> mBlock;
20 ::ll::TypedStorage<8, 32, ::std::string const> mTagKey;
21 ::ll::TypedStorage<8, 32, ::std::string const> mTagValue;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 1
28 virtual bool test(::Block const& block, ::CompoundTag const& tag) const /*override*/;
29
30 // vIndex: 2
31 virtual void appendMetadataKey(::Util::XXHash& hash) const /*override*/;
32
33 // vIndex: 0
34 virtual ~StructurePoolBlockTagPredicateBlockTagStringMatches() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI
41 StructurePoolBlockTagPredicateBlockTagStringMatches(::Block const& block, ::std::string tag, ::std::string value);
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor(::Block const& block, ::std::string tag, ::std::string value);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCAPI bool $test(::Block const& block, ::CompoundTag const& tag) const;
60
61 MCAPI void $appendMetadataKey(::Util::XXHash& hash) const;
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCAPI static void** $vftable();
68 // NOLINTEND
69};
Definition Block.h:36
Definition CompoundTag.h:13
Definition IStructurePoolBlockTagPredicate.h:12
Definition StructurePoolBlockTagPredicateBlockTagStringMatches.h:15
Definition XXHash.h:7