LeviLamina
Loading...
Searching...
No Matches
Modifier.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
8class Randomize;
9struct ResourceDrops;
11// clang-format on
12
13namespace VanillaBlockDrops::Modifier {
14// functions
15// NOLINTBEGIN
16MCAPI ::std::function<::ResourceDrops(::Block const&, ::Randomize&, ::ResourceDropsContext const&)> applyExplosionDecay(
17 ::std::function<::ResourceDrops(::Block const&, ::Randomize&, ::ResourceDropsContext const&)> dropStrategy
18);
19
20MCAPI ::std::function<::ResourceDrops(::Block const&, ::Randomize&, ::ResourceDropsContext const&)>
21applyNameTagFromBlockActor(
22 ::std::function<::ResourceDrops(::Block const&, ::Randomize&, ::ResourceDropsContext const&)> dropStrategy
23);
24// NOLINTEND
25
26} // namespace VanillaBlockDrops::Modifier
Definition Block.h:36
Definition Randomize.h:13
Definition ResourceDropsContext.h:5
Definition ResourceDrops.h:10