3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/levelgen/structure/structurepools/IStructurePoolBlockTagPredicate.h"
12namespace Util {
class XXHash; }
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;
54 MCNAPI
void*
$ctor(
::Block const& block, ::std::string tag, ::std::string value);
Definition CompoundTag.h:13
Definition IStructurePoolBlockTagPredicate.h:12