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 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 1
35 virtual bool test(::Block const& block, ::CompoundTag const& tag) const /*override*/;
36
37 // vIndex: 2
38 virtual void appendMetadataKey(::Util::XXHash& hash) const /*override*/;
39
40 // vIndex: 0
41 virtual ~StructurePoolBlockTagPredicateBlockTagStringMatches() /*override*/ = default;
42 // NOLINTEND
43
44public:
45 // member functions
46 // NOLINTBEGIN
47 MCNAPI
48 StructurePoolBlockTagPredicateBlockTagStringMatches(::Block const& block, ::std::string tag, ::std::string value);
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCNAPI void* $ctor(::Block const& block, ::std::string tag, ::std::string value);
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCNAPI bool $test(::Block const& block, ::CompoundTag const& tag) const;
61
62 MCNAPI void $appendMetadataKey(::Util::XXHash& hash) const;
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCNAPI static void** $vftable();
69 // NOLINTEND
70};
Definition Block.h:38
Definition CompoundTag.h:13
Definition IStructurePoolBlockTagPredicate.h:12
Definition StructurePoolBlockTagPredicateBlockTagStringMatches.h:15
MCAPI void * $ctor(::Block const &block, ::std::string tag, ::std::string value)
MCAPI bool $test(::Block const &block, ::CompoundTag const &tag) const
MCAPI StructurePoolBlockTagPredicateBlockTagStringMatches(::Block const &block, ::std::string tag, ::std::string value)
MCAPI void $appendMetadataKey(::Util::XXHash &hash) const
Definition XXHash.h:7