LeviLamina
Loading...
Searching...
No Matches
StructurePoolActorPredicateActorMatch.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/structure/structurepools/IStructurePoolActorPredicate.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Util { class XXHash; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 32, ::std::string const> mActor;
18 // NOLINTEND
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 // vIndex: 1
24 virtual bool test(::std::string const& actor) const /*override*/;
25
26 // vIndex: 2
27 virtual void appendMetadataKey(::Util::XXHash& hash) const /*override*/;
28
29 // vIndex: 0
30 virtual ~StructurePoolActorPredicateActorMatch() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCNAPI bool $test(::std::string const& actor) const;
37
38 MCNAPI void $appendMetadataKey(::Util::XXHash& hash) const;
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCNAPI static void** $vftable();
45 // NOLINTEND
46};
Definition IStructurePoolActorPredicate.h:10
Definition StructurePoolActorPredicateActorMatch.h:13
MCAPI void $appendMetadataKey(::Util::XXHash &hash) const
MCAPI bool $test(::std::string const &actor) const
Definition XXHash.h:7