3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/levelgen/structure/structurepools/IStructurePoolBlockPredicate.h"
7#include "mc/world/level/levelgen/structure/structurepools/StructurePoolBlockPredicateType.h"
14namespace Util {
class XXHash; }
21 ::ll::TypedStorage<8, 16, ::std::set<::Block const*>> mReplacable;
22 ::ll::TypedStorage<4, 4, float const> mProbability;
35 virtual ::StructurePoolBlockPredicateType getType()
const ;
51 MCNAPI ::StructurePoolBlockPredicateType
$getType()
const;
Definition IStructurePoolBlockPredicate.h:18
Definition Randomize.h:13
Definition StructurePoolBlockPredicateTrueIfFound.h:17
MCAPI bool $test(::Block const &block, ::Randomize &randomize) const
MCAPI bool $test(::BlockPos const &, ::BlockPos const &, ::Randomize &) const
static MCAPI void ** $vftable()
MCAPI void $appendMetadataKey(::Util::XXHash &hash) const
MCAPI::StructurePoolBlockPredicateType $getType() const