3#include "mc/_HeaderOutputPredefine.h"
13namespace VanillaBlockDrops::Modifier {
16MCAPI ::std::function<::ResourceDrops(::Block
const&, ::Randomize&, ::ResourceDropsContext
const&)> applyExplosionDecay(
17 ::std::function<::ResourceDrops(::Block
const&, ::Randomize&, ::ResourceDropsContext
const&)> dropStrategy
20MCAPI ::std::function<::ResourceDrops(::Block
const&, ::Randomize&, ::ResourceDropsContext
const&)>
21applyNameTagFromBlockActor(
22 ::std::function<::ResourceDrops(::Block
const&, ::Randomize&, ::ResourceDropsContext
const&)> dropStrategy
Definition Randomize.h:13
Definition ResourceDropsContext.h:17
Definition ResourceDrops.h:10