3#include "mc/_HeaderOutputPredefine.h"
18addChargeEffects(::BlockSource& region, ::BlockPos
const& pos,
int charge,
int facingData, ::Random& random);
20MCAPI_C
void addChargePopEffects(::BlockSource& region, ::BlockPos
const& pos, ::Random& random);
22MCAPI
bool canSpreadIntoBlock(::IBlockWorldGenAPI& target, ::Block
const& block, ::BlockPos
const& pos);
24MCAPI ::std::set<::Block const*> generateSculkReplaceableBlocks();
26MCAPI ::std::set<::Block const*> generateSculkReplaceableBlocksWorldgen();
29requestChargeEffects(::IBlockWorldGenAPI&, ::BlockSource* region, ::BlockPos
const& pos,
int charge,
int facingData);
31MCAPI
void requestChargePopEffects(::IBlockWorldGenAPI&, ::BlockSource* region, ::BlockPos
const& pos);
Definition BlockSource.h:68
Definition IBlockWorldGenAPI.h:25